Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/less/more

less on rails — the official LESS plugin for Ruby on Rails
https://github.com/less/more

Update README.markdown

1208f546124af0956d65f92ca1c9c108c7a91d9e authored almost 9 years ago by Matthew Dean <[email protected]>
Update README.markdown

61157687ccc63296a66e2fe32bd928341f28ae7c authored almost 9 years ago by Matthew Dean <[email protected]>
Merge pull request #36 from AboutUs/master

Support for Less 2.0.1

202d15a221b2b6da6eeeca64a86719204c4f28de authored almost 13 years ago by Alexis Sellier <[email protected]>
More for Less 2.0.1

* Changed More.destination_path and More.source_path to return full
path in rails context, ins...

833bcf585899eb41d97d2034b211d440b6e7448a authored over 13 years ago by JD Huntington <[email protected]>
Use bundler to allow tests to run on system with newer versions of Rails installed.

01429d824d0787f74ac7a20a3bd11b4fdc27e1cc authored over 13 years ago by JD Huntington <[email protected]>
Move tasks/ to lib/tasks/ to silent Rake deprecation warning

aa0a61ff17407be790d593aa1a8e1b19a6410582 authored over 14 years ago by Prem Sichanugrist <[email protected]>
check for mtimes of imports without extension

2b81ff9c5225fe15512b693c0b09a35bbb41cf13 authored almost 15 years ago by grosser <[email protected]>
refactor to using a before_filter, added controller tests, now loading init.rb while testing

682b27999621b9dcc4d2936eefddbd615bb0819e authored almost 15 years ago by grosser <[email protected]>
consider mtime of imports when checkig mtime of less files

1d1ed80c4f51bcdf648a06feca078e7b02c86990 authored almost 15 years ago by grosser <[email protected]>
add spec that up-to-date files will not be overwritten

01b1cffc04693b8e7a61ab8dffc337399a7b233a authored almost 15 years ago by grosser <[email protected]>
Merge branch 'cloudhead/master'

016aeb52808a9c592c9dc698fe43f276212e6d30 authored almost 15 years ago by grosser <[email protected]>
add specs for remove_all_generated

620e635247d602e4cc58d90aebcf5630d3d96205 authored almost 15 years ago by grosser <[email protected]>
refactoring and cleanup

7817005e5a58cfc787fe8ebf92a6cb4f8b6edbca authored almost 15 years ago by grosser <[email protected]>
add current file to error message

54b229ccbf1acf9f56ca3ebc07f9e704486aafcb authored almost 15 years ago by grosser <[email protected]>
add spec for .lss files

826728ccde7c6935b2007cfabc9000589e3b2c51 authored almost 15 years ago by grosser <[email protected]>
rewrite specs using shoulda and clean generation

d2580e243555652972317073a9cb19c523816294 authored almost 15 years ago by grosser <[email protected]>
convert specs to shoulda

231257a7bbc04f3e07365cbcf65872eafb2f6d7c authored almost 15 years ago by grosser <[email protected]>
make tests more readable

f9acaf058c4e5abe939fd332cfde855cbc0579f8 authored almost 15 years ago by grosser <[email protected]>
Updating the gem.

24250fc1864be5e11aa4b8cbce0a63f730ff2d09 authored almost 15 years ago by August Lilleaas <[email protected]>
simplify tests

b66becbee0061d37f65c1b457fe42fefcccd7c6c authored almost 15 years ago by grosser <[email protected]>
basically a rewrite without all the caching logic, simply generate css for all updated less files, rake tasks is now more:generate

79905482bf7db11ed4a391f0b173d19214014118 authored almost 15 years ago by grosser <[email protected]>
remove debug statement

facbc53dbf8124889fad06f52cf68bd036dfb381 authored almost 15 years ago by grosser <[email protected]>
use non-absolute header, so css files do not change when checked in by differen developers

dac8bfb9a86f8ff10148879b0eb6f0a7efaaec3b authored almost 15 years ago by grosser <[email protected]>
merge

3b8d0640e366f09cfce4148e70e4c980f4332782 authored almost 15 years ago by grosser <[email protected]>
change folder structure, make life easier

5ca3a94ca1bd12161b2b67006f0ba8ba29dc2462 authored almost 15 years ago by grosser <[email protected]>
generate css on every controller request in development, to be able to just check in the css

9ef2c9b586f06b93e2b97d979066d7d7f2c31629 authored almost 15 years ago by grosser <[email protected]>
HEROKU_ENV is no longer a good test for checking if we're on heroku. Now checking for any env variable starting with HEROKU_. Closes #21

23fddefc5172d8287d11eb7fea77bda66c54e17f authored almost 15 years ago by August Lilleaas <[email protected]>
cleaned up my comments

8314a4eaee11860c45e14c21c60a805ba3ae2c48 authored almost 15 years ago by Dave Rapin <[email protected]>
Modified the generate method to cache generated stylesheets in tmp/less-cache and check modified times in development mode. Greatly speeds up requests during development.

de4c4f6a543763ec95ec0502092a1733150214c9 authored almost 15 years ago by Dave Rapin <[email protected]>
the source path method returns a Pathname in Ruby 1.9, which is

incompatible with Dir[]. I changed it to call to_s on the Pathname,
which works fine in 1.8 as we...

3b4096c8021f09f68ef6848c3e83b6a6aeb26537 authored almost 15 years ago by Aubrey Holland <[email protected]>
Skip all before/around/after filters, always.

7b50da3e705ee1f074dcb74eef8f3a48b6180020 authored about 15 years ago by August Lilleaas <[email protected]>
Serve .css files without parsing through LESS. Closes #3

bba39f6b015cb90b61a0bcc71c2ed680886823da authored about 15 years ago by Logan Raarup <[email protected]>
bugfix: Pathname.glob uses Dir.glob which doesn't work well with a Pathname, so send it a string instead.

74e6b52c6cce67f24f92df799233d723e4ec74c3 authored about 15 years ago by Kieran Pilkington <[email protected]>
Updating the `authors` of the gemspec.

2e1ab520a973e16568401028ec851c8a9ed933a0 authored about 15 years ago by August Lilleaas <[email protected]>
Whoops, forgot to run the controller tests after the page cache config update.

50d6635897b87a4821a7e7f4c4035ba573964e4f authored about 15 years ago by August Lilleaas <[email protected]>
Re-arrange initialization code

da2fbfd66f0a033953cffd1f618428e906d43ffe authored about 15 years ago by Daniel Schierbeck <[email protected]>
Add gem specification file

bb08f1bc9d89d2e68244d91e4447fbd591568d72 authored about 15 years ago by Daniel Schierbeck <[email protected]>
Move initialization code to the rails dir

This is needed in order to be compatible with the gem plugin
convention.

ef4b7019603a4ed31829fd20cbbb02492c044b84 authored about 15 years ago by Daniel Schierbeck <[email protected]>
Page cache is no longer a cvar, it uses the environment settings instead. Closes #15

3b42d87c6c7b7711d18ae1b2f80d9e1aa4334816 authored about 15 years ago by August Lilleaas <[email protected]>
Inserting the HEADER if configured to do so. Closes #16

972dbaf25b8c1abaa8dc2611ca85626784b4d051 authored about 15 years ago by August Lilleaas <[email protected]>
Mentioning the difference in source_path from the less-for-rails plugin to this plugin.

accae803df4cae1bb8822bbd185df92f80c1b6b8 authored about 15 years ago by August Lilleaas <[email protected]>
fixes page cache in development mode

21b7f710f4f52714ff35858f2ba0808e112b40a8 authored about 15 years ago by Attila Györffy <[email protected]>
Perhaps I should run the test suide before I push next time. Renaming `generate` to `parse`, so that we don't override the existing `generate` method.

34ccbc1a5e17b3a379ffb88a77f19d2fda1ff635 authored about 15 years ago by August Lilleaas <[email protected]>
Generating the CSS when the app boots if page_cache? is enabled. Ugh. Using page_cache is kind of borked then, isn't it? Anyway, we need to do that because :cache => true in stylesheet_link_tag tries to read the .css file before the controller is accessed. Closes #12

65024330025ae47f0dbcd98b144cd3f48cc9d8ad authored about 15 years ago by August Lilleaas <[email protected]>
Move the cleanup into Less::More.clean, call it in init.rb. This cleans up generated files when the app boots. Closes #10

5c7f7dc875a638d4922f1e0b99a927aed232f92e authored over 15 years ago by August Lilleaas <[email protected]>
Rewriting the rake tasks. Since the plugin doesn't iterate the files and such, the rake task implements this. Closes #9

c790a119514db73adc0233dc3d086649ec17fc21 authored over 15 years ago by August Lilleaas <[email protected]>
Compression only removes newlines. Doesn't touch spaces. Closes #6

b22fcd5b16f109b7bd657e537806d41f6cc63bd3 authored over 15 years ago by August Lilleaas <[email protected]>
Mentioning heroku in README.

653c22eda1d93bf2f7391d8050f9e54834f8daa3 authored over 15 years ago by August Lilleaas <[email protected]>
Copy-pasta errors.

7500fdbba9a99200e5f05c605962a572aea17ab0 authored over 15 years ago by August Lilleaas <[email protected]>
The destination path is now a proper config option. Yay, no route hacking.

dd75e84a1796ad08742f9c650e7e629e91a82554 authored over 15 years ago by August Lilleaas <[email protected]>
A few typos from copy-pasta.

12fc68626bcc90dd0413ceb91c1998f095ad6adf authored over 15 years ago by August Lilleaas <[email protected]>
The destination path is no longer set in the configs, because of the controller based rewrite. It's now using a route.

Also documenting config options in README.

a8bff6ca4c3722c81c01c5c8ea9d3d4c6e2115f7 authored over 15 years ago by August Lilleaas <[email protected]>
Ignoring partials.

b895a38bac190bf0241a719d998611f9d05a9f89 authored over 15 years ago by August Lilleaas <[email protected]>
Rewriting the plugin to use a controller to serve all the CSS. Page caching is used to cache the generated CSS. Page cache is not enabled if configured not to, or if the app is deployed to heroku.

b806db5f48cfa34a7253142b8ed9b83d3b25a8bb authored over 15 years ago by August Lilleaas <[email protected]>
Removing mtime checks. Closes #5. Removed import parsing. Closes #1.

bbc4246c9352503f1d346317be1d40d50f796056 authored over 15 years ago by Logan Raarup <[email protected]>
Accepting .lss files as well. Closes #2

360392fb6a43c78252f8187c47cd208e29aa6a95 authored over 15 years ago by August Lilleaas <[email protected]>
`assert_equal result, expectation` => `assert_equal expectation, result`.

ab9674c6eceb651279fef1ead4fea61234b15bbe authored over 15 years ago by August Lilleaas <[email protected]>
Setting default cvars in DEFAULTS. Adding unified system to read cvars. Preparing for heroku related rewrites.

243b35010ffb7e28765cc8e36bdee44c91679065 authored over 15 years ago by August Lilleaas <[email protected]>
No longer requiring being installed in a Rails app in order to run the tests.

d54d7d9bc9c734b0f0eab5ba998f737578398266 authored over 15 years ago by August Lilleaas <[email protected]>
Disabling import parsing due to issue 1

97a66c6babb2118e4cae8f80614eace3686cadce authored over 15 years ago by Logan Raarup <[email protected]>
A few rewrites to the README

bd61294be39914ca147ab55010b3d3a89de93867 authored over 15 years ago by Logan Raarup <[email protected]>
Transfering from logandk/more. Changing contributor attributions in README and license.

984ffdd91c31d3214fc15cdd4fd94196ae833472 authored over 15 years ago by Logan Raarup <[email protected]>
init

90997b8b5e80854551880fa0a93b43c12974eeaa authored over 15 years ago by cloudhead <[email protected]>