aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
* Added that config/routes.rb files in engine plugins are automatically loaded ...David Heinemeier Hansson2008-11-261-0/+2
* Added app/[models|controllers|helpers] to the load path for plugins that has ...David Heinemeier Hansson2008-11-261-0/+2
* Add config.preload_frameworks to load all frameworks at startup. Default to f...Jeremy Kemper2008-11-241-0/+2
* Add a rake task to generate dispatchers : rake rails:generate_dispatchersPratik Naik2008-11-241-0/+2
* Fix typo in 5b5730cc6e9194fb5f67fe79d2c7849e200ba6edPratik Naik2008-11-241-1/+1
* Don't generate public/dispatch.cgi/fcgi/rb files by default.Yaroslav Markin2008-11-241-0/+2
* Added rake rails:update:application_controller to renamed application.rb to a...David Heinemeier Hansson2008-11-231-0/+2
* Added ActiveSupport::BacktraceCleaner and Rails::BacktraceCleaner for cutting...David Heinemeier Hansson2008-11-221-0/+2
* Update changelog to reflect move from Test::Unit::TestCase to ActiveSupport::...Jeremy Kemper2008-11-201-0/+2
* Assume that the next version is going to be 2.3 for nowDavid Heinemeier Hansson2008-11-191-1/+1
* Added config.i18n settings gatherer to config/environment, auto-loading of al...David Heinemeier Hansson2008-11-181-0/+2
* BACKWARDS INCOMPATIBLE: Renamed application.rb to application_controller.rb a...David Heinemeier Hansson2008-11-171-0/+5
* Prepare for RC2David Heinemeier Hansson2008-11-141-1/+1
* Fixed plugin generator so that generated unit tests would subclass ActiveSupp...Mathias Meyer2008-10-301-0/+2
* Update prototype to 1.6.0.3Luca Guidi2008-10-301-0/+5
* Update CHANGELOGs with the last few fixes, set date for todayDavid Heinemeier Hansson2008-10-241-1/+1
* Prepare for Rails 2.2.0 [RC1]David Heinemeier Hansson2008-10-231-1/+1
* Missing doc updatesDavid Heinemeier Hansson2008-09-091-0/+2
* Added config.threadsafe! to toggle allow concurrency settings and disable the...Joshua Peek2008-08-041-0/+2
* Turn cache_classes on by default [#645 state:resolved]Joshua Peek2008-07-311-0/+2
* Added configurable eager load paths. Defaults to app/models, app/controllers,...Joshua Peek2008-07-211-0/+2
* Introduce simple internationalization supportJeremy Kemper2008-07-171-0/+2
* Make script/plugin install <plugin> -r <revision> option work with git based ...Tim Pope2008-07-141-0/+5
* Added Rails.initialized? flagJoshua Peek2008-07-021-0/+2
* Make rake test:uncommitted work with Git.Tim Pope2008-07-021-0/+2
* Added Thin support to script/server. [#488 state:resolved]Bob Klosinski2008-06-251-0/+2
* Allow script/about to run in production mode instead of failing with a crypti...Cheah Chu Yeow2008-06-231-0/+2
* fix mergerick2008-06-191-0/+2
|\
| * Changed all generated tests to use the test/do declaration style [DHH]David Heinemeier Hansson2008-06-121-0/+2
* | Add the gem load paths before the framework is loaded, so certain gems like R...rick2008-06-081-0/+2
* | Fix discrepancies with loading rails/init.rb from gems. [#324 state:resolved]rick2008-06-081-0/+4
|/
* Renamed StringQuestioneer to StringInquirer.Joshua Peek2008-06-041-1/+1
* Wrapped Rails.env in StringQuestioneer so you can do Rails.env.development? [...David Heinemeier Hansson2008-06-031-0/+2
* Fixed that RailsInfoController wasnt considering all requests local in develo...David Heinemeier Hansson2008-06-021-0/+5
* Making ready for release of 2.1David Heinemeier Hansson2008-05-311-7/+1
* Consolidate error messages for missing gems, and skip them when running rake ...rick2008-05-311-0/+2
* fix Gem installation command with versionsrick2008-05-311-0/+4
* Making ready for RC1 releaseDavid Heinemeier Hansson2008-05-111-1/+1
* Add script/dbconsole to app generatorJeremy Kemper2008-05-071-0/+2
* Fix bug where plugin init.rb files from frozen gem specs weren't being run. ...rick2008-05-061-0/+2
* Made the location of the routes file configurable with config.routes_configur...David Heinemeier Hansson2008-05-011-0/+2
* Rails Edge info returns the latest git commit hash [#36 state:resolved]Francesc Esplugas2008-04-221-0/+2
* Added Rails.public_path to control where HTML and assets are expected to be l...David Heinemeier Hansson2008-04-131-0/+2
* rake time:zones:local finds correct base utc offset for zones in the Southern...Geoffrey Buesing2008-04-121-0/+2
* Don't require rails/gem_builder during rails initialization, it's only needed...Rick Olson2008-04-081-0/+2
* script/performance/profiler compatibility with the ruby-prof >= 0.5.0. Closes...Josh Peek2008-04-071-0/+2
* missed an added fileRick Olson2008-04-021-1/+1
* Flesh out rake gems:unpack to unpack all gems, and add rake gems:build for na...Rick Olson2008-04-021-0/+8
* Add config.active_support for future configuration options. Also, add more n...Rick Olson2008-04-011-0/+2
* Add Rails.logger, Rails.root, Rails.env and Rails.cache shortcuts for RAILS_*...Pratik Naik2008-04-011-0/+2