Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add public API for register new js and css compressors for Sprockets | Guillermo Iguaran | 2011-09-24 | 1 | -0/+1 |
| | |||||
* | `rake assets:precompile` loads the application but does not initialize it. | José Valim | 2011-09-24 | 1 | -55/+4 |
| | | | | | | | | | | | | | To the app developer, this means configuration add in config/initializers/* will not be executed. Plugins developers need to special case their initializers that are meant to be run in the assets group by adding :group => :assets. Conflicts: railties/CHANGELOG railties/test/application/assets_test.rb | ||||
* | Move precompile task to Sprockets::StaticCompiler | Guillermo Iguaran | 2011-09-20 | 1 | -0/+1 |
| | |||||
* | Don't mount Sprockets at config.assets.prefix if config.assets.compile is false. | Mark J. Titorenko | 2011-09-13 | 1 | -2/+4 |
| | |||||
* | config.action_controller.perform_caching isn't used anymore in assets ↵ | Guillermo Iguaran | 2011-09-06 | 1 | -1/+1 |
| | | | | pipeline, instead we are using config.assets.digest now | ||||
* | Set default location of manifest with config.assets.manifest | Guillermo Iguaran | 2011-08-31 | 1 | -1/+7 |
| | |||||
* | Backport f443f9cb0c64 to master | Guillermo Iguaran | 2011-08-31 | 1 | -4/+2 |
| | |||||
* | Read digests of assets from manifest.yml if config.assets.manifest is on | Guillermo Iguaran | 2011-08-31 | 1 | -0/+6 |
| | |||||
* | Fix sprockets warnings | Joshua Peek | 2011-08-21 | 1 | -3/+2 |
| | | | | Fixes #2598 | ||||
* | Initialize config.assets.version the same way it's done in Sprockets | Santiago Pastorino | 2011-08-08 | 1 | -1/+1 |
| | |||||
* | use assets.version in asset checksum to allow user to easily override | Ilya Grigorik | 2011-08-05 | 1 | -1/+1 |
| | |||||
* | generate environment dependent asset digests | Ilya Grigorik | 2011-08-04 | 1 | -0/+1 |
| | | | | | | If two different environments are configured to use the pipeline, but one has an extra step (such as compression) then without taking the environment into account you may end up serving wrong assets | ||||
* | Make Rails.application.assets available in initializers | Joshua Peek | 2011-07-27 | 1 | -44/+36 |
| | |||||
* | Remove unused use_sprockets config | Santiago Pastorino | 2011-07-25 | 1 | -7/+0 |
| | |||||
* | Use top level Rails constant | Andrew White | 2011-07-24 | 1 | -2/+2 |
| | |||||
* | assets.cache_store now defaults to filesystem. You will want to share ↵ | José Valim | 2011-07-12 | 1 | -2/+2 |
| | | | | tmp/assets_cache between deploys. | ||||
* | Require assets in all environments by default and provide a way to opt-out ↵ | José Valim | 2011-07-11 | 1 | -2/+7 |
| | | | | from uglifier. | ||||
* | Move config.default_asset_host_protocol to the railtie. | José Valim | 2011-07-07 | 1 | -0/+2 |
| | |||||
* | Give higher priority to assets.cache_store. | José Valim | 2011-07-06 | 1 | -1/+1 |
| | |||||
* | Make compressors lazily load. | José Valim | 2011-07-06 | 1 | -2/+4 |
| | |||||
* | Move Coffee generators and templates to Coffee Railtie and create ↵ | Santiago Pastorino | 2011-06-29 | 1 | -9/+0 |
| | | | | javascript_engine ("js") for apps that remove Coffee gem | ||||
* | [IMPORTANT] Make "sprockets/railtie" require explicit. | José Valim | 2011-06-29 | 1 | -0/+5 |
| | | | | | | | | | | This makes "sprockets/railtie" explicit. This means that sprockets will be loaded when you require "rails/all". If you are not using requiring "rails/all", you need to manually load it with all other framework railties. In order to be complete, this commit also adds --skip-sprockets to the rails generator. | ||||
* | Assign Rails.cache to sprockets | Joshua Peek | 2011-06-21 | 1 | -0/+4 |
| | |||||
* | Make the API for compression consistent between JS and CSS. By default, ↵ | wycats | 2011-06-16 | 1 | -2/+6 |
| | | | | | | users just need to say whether they want compression or not, and a default will be chosen by a Railtie. In the case of CSS, this default is already chosen by the sass-rails gem. Users can still explicitly choose a compressor in their application.rb if they have a preference, but will usually want to let plugins choose defaults in their Railties. | ||||
* | Fix appending sprockets paths | Joshua Peek | 2011-06-14 | 1 | -1/+6 |
| | |||||
* | Indention style + whitespace for readability | David Heinemeier Hansson | 2011-06-09 | 1 | -33/+38 |
| | |||||
* | If you set a js_compressor, it means that you want shit compressed -- we ↵ | David Heinemeier Hansson | 2011-06-09 | 1 | -2/+2 |
| | | | | dont need a second option to turn that on | ||||
* | Move SCSS generators and default templates from Rails to the Sass Railtie ↵ | tomhuda | 2011-05-24 | 1 | -19/+2 |
| | | | | | | | | (d435726312601edb3ba6f97b34f562221f72c1f8). * Sass gem registers a compressor * Sass gem registers generators for assets and scaffold * Create a default stylesheet_engine ("css") for apps that remove the Sass gem | ||||
* | Change compressor API so that plugins can register default compressors for ↵ | tomhuda | 2011-05-24 | 1 | -3/+4 |
| | | | | their stylesheet or JS engines and still allow the user to turn off compression | ||||
* | Remaining cleanup from changes to AssetTagHelper | tomhuda | 2011-05-24 | 1 | -0/+2 |
| | |||||
* | Make sure that Sprockets::Helpers::RailsHelper can be found | wycats | 2011-05-23 | 1 | -1/+3 |
| | |||||
* | Move the last pockets of Sprockets stuff into the Sprockets directory | wycats | 2011-05-23 | 1 | -1/+0 |
| | |||||
* | Start moving some logic from being embedded in AV into the Rails Sprockets ↵ | wycats | 2011-05-23 | 1 | -0/+1 |
| | | | | extensions | ||||
* | Remove old call to sprockets context | Joshua Peek | 2011-05-17 | 1 | -9/+1 |
| | |||||
* | Using the correct CSS compressor for the yui-compressor gem. | Lucas Mazza | 2011-05-16 | 1 | -1/+1 |
| | |||||
* | Update for sprockets/master context class api | Joshua Peek | 2011-05-12 | 1 | -1/+9 |
| | |||||
* | prepend the assets route instead of appending, closes #436 | José Valim | 2011-05-08 | 1 | -1/+1 |
| | |||||
* | Add shorthand for js and css compressors | Joshua Peek | 2011-04-22 | 1 | -0/+37 |
| | |||||
* | Only include SprocketsHelper into assets context | Joshua Peek | 2011-04-21 | 1 | -3/+4 |
| | |||||
* | Include modules to the context in the railtie. | José Valim | 2011-04-19 | 1 | -0/+6 |
| | |||||
* | Lazily load sprockets. | José Valim | 2011-04-17 | 1 | -46/+45 |
| | |||||
* | Make generators more modular, add hooks and improve test suite. | José Valim | 2011-04-17 | 1 | -0/+17 |
| | |||||
* | Move app initializers to sprockets railtie. | José Valim | 2011-04-17 | 1 | -0/+31 |
| | |||||
* | Move controller configs to sprockets own railtie. | José Valim | 2011-04-17 | 1 | -0/+9 |