aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/application.rb
Commit message (Expand)AuthorAgeFilesLines
* Require ActionController::Railtie in the default middleware stack.Rafael Mendonça França2012-10-181-0/+2
* Update documentation for Rails::Application#env_configJustin Mazzi2012-07-161-3/+6
* Fix railties_order when application object is passedPiotr Sarnacki2012-05-271-1/+1
* config.force_ssl should mark the session as secure.José Valim2012-01-131-0/+3
* Add ORIGINAL_FULLPATH to envPiotr Sarnacki2012-01-101-0/+17
* Allow a custom exceptions app to set.José Valim2011-12-161-1/+1
* Extract the rendering of public exceptions pages into a Rack app.José Valim2011-12-161-1/+1
* Fix diagnostics page for routing errors.José Valim2011-12-151-0/+1
* FileUpdateChecker should be able to handle deleted files.José Valim2011-12-131-1/+1
* Move hooks back to initializers (we need an API that allows hooks to be repla...José Valim2011-12-131-32/+0
* Add config.file_watcher so developers can provide their own watchers (for ins...José Valim2011-12-131-2/+1
* Revert "Provide a unique point for running initializers."José Valim2011-12-131-5/+5
* Speed up development by only reloading classes if dependencies files changed.José Valim2011-12-121-2/+38
* Give hooks the flexibility to choose the type of callback.José Valim2011-12-121-7/+9
* Provide a unique point for running initializers.José Valim2011-12-121-4/+5
* Improve docs for Rails::Application and add routes_reloader_hook and app_relo...José Valim2011-12-121-8/+55
* Split ShowExceptions responsibilities in two middlewares.José Valim2011-12-011-0/+3
* put backtrace_cleaner to envlest2011-11-281-1/+2
* middlewares should use logger from envlest2011-11-251-1/+2
* Allow to change engine's loading priority with config.railties_order=Piotr Sarnacki2011-11-231-0/+22
* Rely on a public contract between railties instead of accessing railtie metho...José Valim2011-11-231-0/+4
* add ActionController::Metal#show_detailed_exceptions?lest2011-11-221-1/+1
* Extend IRB right before starting IRB to remove dependency on IRB from Rails::...Akira Matsuda2011-11-101-2/+0
* Modulize Rails console methods so that other console libraries such as Pry ca...Akira Matsuda2011-11-091-0/+2
* Unify logger and taggedlogging middleware as both address logging concerns.José Valim2011-10-191-2/+1
* Added X-Request-Id tracking and TaggedLogging to easily log that and other pr...David Heinemeier Hansson2011-10-191-0/+2
* :group => :assets should only run in the assets environment.José Valim2011-10-021-1/+1
* Make the Rack::SSL middleware configurableJustin Leitgeb2011-09-261-1/+1
* `rake assets:precompile` loads the application but does not initialize it.José Valim2011-09-241-3/+2
* dealing with some -w warnings on startupAaron Patterson2011-08-241-0/+5
* Don't use Rack::Sendfile middleware if x_sendfile_header is not presentSantiago Pastorino2011-08-131-1/+3
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-07-231-1/+1
|\
| * grammar/tense correction to rails application docMatt Jankowski2011-07-121-1/+1
* | Rails.application#env_config is now public API. [Closes #1924]Franck Verrot2011-07-111-0/+9
|/
* Cherry-picking patch for https://github.com/rails/rails/issues/1460Joseph Wong2011-06-161-6/+0
* Merge pull request #1356 from flippingbits/fix_engine_generatorJosé Valim2011-06-091-12/+0
|\
| * Move load_generators from Rails::Application to Rails::EngineStefan Sprenger2011-05-261-12/+0
* | Fixing Rails::Server#app under Rack::URLMapGuillermo Iguaran2011-06-071-0/+4
|/
* Everyone receives app as argument for consistency.José Valim2011-05-251-6/+8
* Streamline generators initialization flow.José Valim2011-05-251-3/+3
* Update generator config to support hiding namespaces and pass the app into ge...wycats2011-05-241-2/+3
* Move content length to the server, this brings the same behavior as in rack 1.2.José Valim2011-05-231-2/+0
* Make Rake::DSL methods available within Railtie rake_tasks blockPatrick Quinn2011-05-201-4/+6
* Temporarily ship with ContentLength middleware.José Valim2011-05-201-1/+1
* Use Rack::ContentLength.José Valim2011-05-191-0/+2
* always enable `pp` on the Rails consoleAkira Matsuda2011-05-181-0/+1
* Logs should show overridden method; Issue 426David Lee2011-05-071-3/+3
* Move sandbox to AR and pass the sandbox as a value. This way, other ORMs like...José Valim2011-05-041-2/+1
* Add static_cache_control as configuration option and set a default for test. ...José Valim2011-05-031-1/+1
* Move app initializers to sprockets railtie.José Valim2011-04-171-9/+0