aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/railtie.rb
Commit message (Expand)AuthorAgeFilesLines
* nodoc AD & AV railties classesCarlos Duclos2012-12-011-1/+1
* :fire: Rails asset id supportJoshua Peek2012-10-151-8/+0
* Refactor AssetUrlHelper to make it friendly for plugins and extensionsJoshua Peek2012-10-121-1/+1
* Remove expansion configJoshua Peek2012-10-101-2/+0
* Remove old asset tag concatenationJoshua Peek2012-10-101-12/+0
* Get rid of config.preload_frameworks in favor of config.eager_load_namespacesJosé Valim2012-08-211-0/+2
* config.action_view.embed_authenticity_token_in_remote_forms is true by defaultPiotr Sarnacki2012-03-281-1/+1
* Added config.action_view.embed_authenticity_token_in_remote_formsPiotr Sarnacki2012-03-281-0/+8
* uses PATCH for the forms of persisted records, and routes PATCH and PUT to th...Xavier Noria2012-02-241-1/+0
* Only set ActionView configuration inside the on_load blockRafael Mendonça França2012-02-221-1/+1
* Add config.default_method_for_update to support PATCHDavid Lee2012-02-221-0/+1
* ActionView now has its own loggerRafael Mendonça França2012-01-181-0/+4
* restores the -j option, but now it accepts the name of any libraryXavier Noria2011-05-041-1/+1
* jQuery is the new defaultXavier Noria2011-04-131-1/+1
* Bring back config.action_view.cache_template_loading [#5847 state:resolved]Piotr Sarnacki2010-12-161-1/+9
* changed asset_timestamps_cache to asset_ids_cache, added an rdoc comment to t...Josh Kalderimis2010-11-161-2/+2
* corrected the AV railtie to use the new home for cache_asset_timestamps, and ...Josh Kalderimis2010-11-161-1/+1
* Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework...José Valim2010-06-241-3/+0
* Tidy up asset tag a bit and make railties tests green again.José Valim2010-06-231-3/+8
* refactored the javascript asset tag helpers and moved the default scripts set...Josh Kalderimis2010-06-231-0/+9
* Added title to some other files in actionpack/lib/action_viewRizwan Reza2010-06-161-0/+1
* Replace the placeholder base_hook API with on_load. To specify some code thatwycats2010-03-291-2/+2
* Move application configuration to the application configuration object, remov...José Valim2010-03-261-2/+10
* Make many parts of Rails lazy. In order to facilitate this,wycats2010-03-071-1/+3
* Rename Rails::Subscriber to Rails::LogSubscriberPrem Sichanugrist2010-02-161-2/+2
* Rename plugin_name to railtie_name and engine_name.José Valim2010-01-241-1/+1
* Move Dispatcher setup to Railties and add instrumentation hook.José Valim2010-01-151-0/+6
* Add subscriber for ActionPack and move all logging inside it.José Valim2010-01-131-1/+10
* Some railties cleanup:Carl Lerche2009-12-311-0/+2