aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/railtie.rb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Get URL helpers working again in integration tests.Carlhuda2010-02-251-0/+2
* Final pass at removing the router from a global constantCarlhuda2010-02-251-2/+8
* Continued effort to deglobalize the routerCarlhuda2010-02-251-0/+1
* Rename Rails::Subscriber to Rails::LogSubscriberPrem Sichanugrist2010-02-161-2/+2
* Rationalize railtie dependencies: AC uses AV; AR uses AMo; and Rails always u...Jeremy Kemper2010-02-041-0/+1
* AC railtie should configure helpers path.José Valim2010-01-261-0/+4
* Add active_model/railtie back to generated boot.rb, add models back to paths,...José Valim2010-01-251-5/+4
* Rename plugin_name to railtie_name and engine_name.José Valim2010-01-241-1/+1
* Moved more configuration away from bootstrap.José Valim2010-01-221-10/+0
* Add view paths to Engine setup.José Valim2010-01-221-2/+1
* Massive cleanup in Railties and load stack.José Valim2010-01-211-6/+0
* Add ActionDispatch::Railties::Subscriber and finish tidying up the logging.José Valim2010-01-171-48/+0
* Get rid of prepare_each_request, since now it's a middleware initialization p...José Valim2010-01-171-1/+0
* Build middleware stack and reload routes after app initializers runJoshua Peek2010-01-161-1/+0
* Move Dispatcher setup to Railties and add instrumentation hook.José Valim2010-01-151-4/+4
* Add subscriber for ActionPack and move all logging inside it.José Valim2010-01-131-8/+3
* Cleanup junk metal and revise APIJoshua Peek2010-01-101-3/+25
* Default middleware stack needs to be available at configuration timeJoshua Peek2010-01-041-20/+0
* Some railties cleanup:Carl Lerche2009-12-311-0/+96