aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/application
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary Railties structure now that plugins are goneJosé Valim2012-06-291-13/+0
* Rename RouteInspect to RoutesInspector for consistencyJosé Valim2012-06-291-1/+1
* /rails/info/routes path shows routing informationschneems2012-05-242-1/+3
* Improve `rake routes` output for redirects - closes #6369.Andrew White2012-05-191-1/+1
* Fix inspecting route redirections, closes #6369Łukasz Strzałkowski2012-05-181-2/+2
* Move AS set configs to AS RaitieSantiago Pastorino2012-05-121-11/+1
* Update railties/lib/rails/application/bootstrap.rbEgor Homakov2012-05-111-1/+11
* Allow configuring a different queue consumerCarlos Antonio da Silva2012-05-042-5/+7
* Refactor RoutesReloader a bit to avoid creating extra hash objectsCarlos Antonio da Silva2012-04-281-3/+2
* Use Rails::Queueing::Queue instead of Queue so people can build their own con...José Valim2012-04-282-2/+2
* Initial queue implementationYehuda Katz2012-04-262-1/+9
* Routes reloader knows how to reload external filesYehuda Katz2012-04-251-4/+10
* Remove default match without specified methodJose and Yehuda2012-04-241-1/+1
* use File.binread to pull in the schema cacheAaron Patterson2012-04-031-1/+1
* use AS::Logger so we are consistentAaron Patterson2012-03-121-1/+1
* allow people to specify custom formatters, use the default formatter in produ...Aaron Patterson2012-03-122-4/+5
* Merge pull request #5162 from kennyj/schema_cache_dumpAaron Patterson2012-03-071-1/+2
|\
| * Load db/schema_cache.dump duaring boot time.kennyj2012-03-011-1/+2
* | remove usages of AS::OrderedHashVishnu Atrai2012-03-031-1/+1
|/
* uses PATCH for the forms of persisted records, and routes PATCH and PUT to th...Xavier Noria2012-02-241-2/+1
* Always default to flushing enabledFelix Bünemann2012-02-231-1/+1
* Make log autoflushing configurableFelix Bünemann2012-02-232-2/+3
* Add config.default_method_for_update to support PATCHDavid Lee2012-02-221-1/+2
* Allow to set custom console type with Rails.application.config.console=Piotr Sarnacki2012-02-161-1/+1
* remove unnecessary require core_ext/string/encodingSergey Nartimov2012-02-141-1/+0
* always flush all logs. fixes #4277Aaron Patterson2012-02-071-1/+1
* Remove redundant instance_variables (@colorize_logging)kennyj2012-01-271-2/+1
* Fix `$rails_rake_task` global variable warning without replacing the value of...Jonathan Viney2012-01-221-2/+1
* Silent Sprockets logger when config.assets.logger is set to falseGuillermo Iguaran2012-01-171-0/+1
* Deprecate RAILS_CACHE constant.kennyj2012-01-181-4/+4
* Don't hardcode assets route skipped in route inspectorGuillermo Iguaran2012-01-141-1/+1
* changing self.attribute to @atrribute to follow one kind of value assignment ...prasath2012-01-121-4/+4
* We should finalize the routes as soon as possible and not wait for the contro...José Valim2012-01-061-1/+1
* do not rewrite log during application bootstrapSergey Nartimov2012-01-031-1/+1
* Rails::Plugin has goneSantiago Pastorino2012-01-032-2/+2
* Refactor RouteInspectorPiotr Sarnacki2011-12-261-32/+69
* Correctly display rack apps with dynamic constraints in RoutesInspectorPiotr Sarnacki2011-12-261-1/+10
* deprecate String#encoding_aware? and remove its usageSergey Nartimov2011-12-241-11/+3
* remove AS whiny nil extension and deprecate config.whiny_nilsSergey Nartimov2011-12-221-1/+6
* * BufferedLogger is deprecated. Use ActiveSupport::Logger, or the loggerAaron Patterson2011-12-191-4/+4
* Allow a custom exceptions app to set.José Valim2011-12-161-1/+2
* Clean up the cache before the request in case we are running in the reload_cl...José Valim2011-12-151-1/+1
* FileUpdateChecker should be able to handle deleted files.José Valim2011-12-132-8/+14
* Clean up FileUpdateChecker API.José Valim2011-12-132-5/+5
* Move hooks back to initializers (we need an API that allows hooks to be repla...José Valim2011-12-131-4/+21
* Add config.file_watcher so developers can provide their own watchers (for ins...José Valim2011-12-131-2/+4
* Revert "Provide a unique point for running initializers."José Valim2011-12-132-6/+1
* Speed up development by only reloading classes if dependencies files changed.José Valim2011-12-123-39/+36
* Default relative_url_root to ENV["RAILS_RELATIVE_URL_ROOT"]. Fixes #3365Piotrek Okoński2011-12-121-1/+2
* Give hooks the flexibility to choose the type of callback.José Valim2011-12-121-6/+4