aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow files in plugins to be reloaded like the rest of the application. [rick]Rick Olson2008-03-311-0/+15
* whoops, typo in the CHANGELOGRick Olson2008-03-301-3/+3
* Small tweak to allow plugins to specify gem dependencies. [rick]Rick Olson2008-03-301-0/+15
* Added config.gem for specifying which gems are required by the application, a...Rick Olson2008-03-301-0/+17
* Removed the default .htaccess configuration as there are so many good deploym...David Heinemeier Hansson2008-03-291-0/+2
* config.time_zone and TimeWithZone#marshal_load accept tzinfo/Olson identifiersGeoff Buesing2008-03-281-0/+2
* Rails::Initializer#initialize_time_zone raises an error if value assigned to ...Geoff Buesing2008-03-281-0/+2
* Stop adding the antiquated test/mocks/* directories and only add them to the ...David Heinemeier Hansson2008-03-271-0/+2
* Added that gems can now be plugins if they include rails/init.rb (closes #114...David Heinemeier Hansson2008-03-271-0/+2
* Added Plugin#about method to programmatically access the about.yml in a plugi...David Heinemeier Hansson2008-03-271-0/+6
* New applications should use UTC as the default time zoneDavid Heinemeier Hansson2008-03-261-6/+6
* Improve documentation.Pratik Naik2008-03-261-0/+2
* Added config.time_zone = 'UTC' as a commented-out option in the default envir...Geoff Buesing2008-03-221-0/+2
* Adding rake tasks time:zones:all, time:zones:us and time:zones:local for find...Geoff Buesing2008-03-221-0/+2
* Added support for installing plugins hosted at git repositories (closes #1129...David Heinemeier Hansson2008-03-171-0/+2
* Fixed that script/generate would not look for plugin generators in plugin_pat...David Heinemeier Hansson2008-03-131-0/+2
* Fix database rake tasks to work with charset/collation and show proper error ...Pratik Naik2008-03-101-0/+2
* Patch to add a -e (export) option to script/plugin install. Closes #10847 [jo...Michael Koziarski2008-02-211-0/+2
* Add Time Zone support to ActiveRecord, and config.time_zone property for spec...Rick Olson2008-02-061-0/+2
* Reshuffle load order so that routes and observers are initialized after plugi...Rick Olson2008-02-021-0/+2
* Git support for script/generate. Closes #10690.Jeremy Kemper2008-02-021-0/+2
* Update scaffold to use labels instead of bold tags. Closes #10757 [zach-ingl...Rick Olson2008-01-121-0/+2
* Resurrect WordNet synonym lookups. Closes #10710.Jeremy Kemper2008-01-101-0/+2
* Moved the caching stores from ActionController::Caching::Fragments::* to Acti...David Heinemeier Hansson2008-01-031-0/+2
* Added that rails:update is run when you do rails:freeze:edge to ensure you al...David Heinemeier Hansson2008-01-031-0/+2
* SQLite: db:drop:all doesn't fail silently if the database is already open. Cl...Jeremy Kemper2008-01-021-0/+2
* Introduce native mongrel handler and push mutex into dispatcher.Jeremy Kemper2007-12-271-0/+2
* Ruby 1.9 compat: Update idiosyncratic block variable usage. Closes #10546.Jeremy Kemper2007-12-191-1/+1
* Ruby 1.9 compatibility. References #1689.Jeremy Kemper2007-12-171-0/+5
* Proper attribution in CHANGELOGDavid Heinemeier Hansson2007-12-161-1/+1
* Prepare for 2.0.2 releaseDavid Heinemeier Hansson2007-12-161-1/+1
* Changed the default database from mysql to sqlite3, so now running "rails mya...David Heinemeier Hansson2007-12-161-0/+2
* Turned on ActionView::Base.cache_template_loading by default in config/enviro...David Heinemeier Hansson2007-12-161-1/+3
* More changelog updatesJeremy Kemper2007-12-151-1/+1
* Introduce (in /Users/jeremy/rails/git/trunk) to output a crytographically sec...Jeremy Kemper2007-12-151-0/+2
* Fixed that local database creation should consider 127.0.0.1 local (closes #9...David Heinemeier Hansson2007-12-141-0/+2
* Fixed that functional tests generated for scaffolds should use fixture calls ...David Heinemeier Hansson2007-12-141-0/+2