aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/railtie.rb
Commit message (Expand)AuthorAgeFilesLines
* :fire: Rails asset id supportJoshua Peek2012-10-151-1/+0
* Do not set removed optionRafael Mendonça França2012-10-041-1/+0
* Set AC::Parameters.permit_all_parameters explicitly to false when config.acti...Guillermo Iguaran2012-09-191-1/+1
* Add config.action_controller.permit_all_attributes to bypass StrongParameters...Guillermo Iguaran2012-09-161-0/+4
* Get rid of config.preload_frameworks in favor of config.eager_load_namespacesJosé Valim2012-08-211-0/+2
* Simplify helpers handling. Ensure Metal can run AC hooks.José Valim2012-03-151-11/+11
* Add ActionController::HTTPSantiago Pastorino2012-03-141-3/+10
* adds a nodoc [ci skip]Vijay Dev2012-03-011-1/+1
* Deprecate RAILS_CACHE constant.kennyj2012-01-181-1/+1
* Rails initialization with initialize_on_precompile = false should set assets_dirSantiago Pastorino2012-01-101-1/+4
* Fix diagnostics page for routing errors.José Valim2011-12-151-2/+0
* Default relative_url_root to ENV["RAILS_RELATIVE_URL_ROOT"]. Fixes #3365Piotrek Okoński2011-12-121-0/+1
* move show_detailed_exceptions? to Rescue modulelest2011-11-221-0/+2
* [IMPORTANT] Make "sprockets/railtie" require explicit.José Valim2011-06-291-1/+0
* Move controller configs to sprockets own railtie.José Valim2011-04-171-1/+1
* Unify sprockets config optionsJoshua Peek2011-03-301-1/+1
* Rename option to config.asset_pipelineJoshua Peek2011-03-291-1/+1
* Copy use_sprockets configJoshua Peek2011-03-291-0/+1
* Clean up asset_host and asset_path.José Valim2010-12-091-2/+2
* Provide a cleaner syntax for paths configuration that does not rely on method...José Valim2010-10-061-4/+4
* Call it compile_methods! and do the same on AM.José Valim2010-09-271-2/+2
* Compile ActionController::Base.config's methods to avoid method_missing overh...thedarkone2010-09-271-0/+10
* Do not require passing :app to mounted helpers, it's actually useless and not...Piotr Sarnacki2010-09-081-1/+1
* Cleanup deprecation warnings in Action ControllerCarlos Antonio da Silva2010-09-061-32/+0
* Set only helpers_path on inherited hook in action_controller/railtie.rb and u...Piotr Sarnacki2010-09-031-0/+9
* Moved ActionMailer and ActionController railties options to inherited hookPiotr Sarnacki2010-09-031-11/+3
* Move ActionController::Railties::RoutesHelpers and ActionMailer::Railties::Ro...Piotr Sarnacki2010-09-031-2/+2
* Include application's helpers and router helpers by default, but include engi...Piotr Sarnacki2010-09-031-1/+2
* Add mounted_helpers to routesPiotr Sarnacki2010-09-031-1/+2
* Clean up AM and AC railties.José Valim2010-07-241-19/+14
* Define a convention for descendants and subclasses.José Valim2010-07-051-1/+0
* Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework...José Valim2010-06-241-3/+0
* Clean up the config object in ActionPack. Create config_accessor which just d...José Valim2010-04-221-39/+26
* Fix a bug in ActionDispatch::Static where Rails cannot find assets if started...José Valim2010-04-081-0/+6
* Rename config.cookie_secret to config.secret_token and pass it as configurati...José Valim2010-04-051-1/+0
* Replace the placeholder base_hook API with on_load. To specify some code thatwycats2010-03-291-5/+5
* Move application configuration to the application configuration object, remov...José Valim2010-03-261-6/+7
* Fix protect_against_forgeryCarlhuda2010-03-191-1/+3
* Move request forgery protection configuration to the AC config objectCarl Lerche2010-03-081-2/+3
* Make many parts of Rails lazy. In order to facilitate this,wycats2010-03-071-5/+9
* Tweak out url_for uses :script_name and add some testsCarl Lerche2010-03-041-6/+0
* Get rid of relative_url_path in favor of respecting SCRIPT_NAME. Also added a...Carlhuda2010-03-041-0/+6
* Deprecated ActionController::Base.session_options= and ActionController::Base...Carlhuda2010-03-041-3/+1
* Move session and session_store onto ActionDispatch and add deprecation warningsCarlhuda2010-03-041-17/+33
* Fix all the broken tests due to the AC configuration refactorCarl Lerche2010-03-031-0/+3
* Start refactoring the method of configuring ActionViewCarlhuda2010-03-031-0/+14
* Get the railties tests to pass again.Carlhuda2010-03-021-5/+0
* Moved initializers for ActionMailer and ActionController into their own railtiesCarlhuda2010-03-021-0/+5
* Make ActionController::Routing::Routes a DeprecatedProxyCarlhuda2010-02-261-1/+7
* Remove traces of SharedTestRoutes from user code; leave it as a standin for R...Carlhuda2010-02-261-1/+0