aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-75/+75
* Prep for RCDavid Heinemeier Hansson2010-07-261-1/+1
* application generation: --skip-testunit and --skip-activerecord renamed to --...Xavier Noria2010-07-251-0/+3
* Fix typo on CHANGELOG.José Valim2010-07-201-1/+1
* Add missing entries and tidy up CHANGELOG.José Valim2010-07-191-6/+8
* Update CHANGELOGs.José Valim2010-06-281-0/+4
* renames load_(once_)paths to autoload_(once_)paths in dependencies and configXavier Noria2010-06-241-0/+3
* abort generation/booting on Ruby 1.9.1Xavier Noria2010-06-101-0/+1
* detect being inside a rails application even from a subdirectoryChad Fowler2010-06-101-0/+5
* Get ready for beta 4David Heinemeier Hansson2010-06-081-1/+1
* Update CHANGELOGwycats2010-06-031-1/+1
* Missing changelog headingJeremy Kemper2010-05-231-0/+5
* Update changelogs for releaseDavid Heinemeier Hansson2010-04-131-0/+3
* Partially revert "A new application now comes with a layout and a stylesheet."Jeremy Kemper2010-04-091-2/+0
* A new application now comes with a layout and a stylesheet.José Valim2010-04-061-0/+2
* Rename config.cookie_secret to config.secret_token and pass it as configurati...José Valim2010-04-051-2/+3
* Release is today, yoDavid Heinemeier Hansson2010-04-011-1/+2
* Updated changelogs to differentiate beta1 and beta2wycats2010-04-011-1/+3
* Updated changelogswycats2010-04-011-0/+11
* Revert "Reorganized app/test directory. [#3057 state:resolved]"José Valim2010-03-291-2/+0
* Reorganized app/test directory. [#3057 state:resolved]Rizwan Reza2010-03-281-0/+2
* Added "rake about" as a replacement for script/about [DHH]David Heinemeier Hansson2010-02-021-0/+2
* Removed all the default commands in script/* and replaced them with script/ra...David Heinemeier Hansson2010-02-021-0/+6
* Removed config/initializers/new_rails_defaults.rb as all frameworks now follo...David Heinemeier Hansson2010-01-031-0/+2
* Time zoning should be turned on by default with UTCDavid Heinemeier Hansson2010-01-031-0/+2
* Added default .gitignore (this is just recognizing Git market share, don't th...David Heinemeier Hansson2009-12-271-0/+2
* Added cookies.permanent, cookies.signed, and cookies.permanent.signed accesso...David Heinemeier Hansson2009-12-201-0/+18
* Fixed that the debugger wouldn't go into IRB mode because of left-over ARGVs ...David Heinemeier Hansson2009-11-231-0/+2
* I18n support for pluginsAntonio Tapiador del Dujo2009-08-301-0/+2
* Ruby 1.9: use UTF-8 for default internal and external encodings.Jeremy Kemper2009-05-281-0/+2
* Added db/seeds.rb as a default file for storing seed data for the database. C...David Heinemeier Hansson2009-05-111-0/+5
* Remove outdated script/plugin optionsPratik Naik2009-03-181-0/+2
* Prepare for final 2.3 releaseDavid Heinemeier Hansson2009-03-151-4/+1
* Release RC2 todayDavid Heinemeier Hansson2009-03-051-1/+1
* So it didnt happen yesterday, but very soon! Just need the final details iron...David Heinemeier Hansson2009-02-281-1/+1
* Prep for RC2 later todayDavid Heinemeier Hansson2009-02-271-1/+1
* Metal can now line in plugins under app/metal [#2045 state:committed]Matthew Rudy Jacobs2009-02-271-0/+7
* Mark CHANGELOGs for releaseDavid Heinemeier Hansson2009-02-011-1/+1
* Fix the changelog entryPratik Naik2009-01-231-2/+2
* Remove script/performance/profiler in favour of performance integration tests.Pratik Naik2009-01-181-0/+6
* normalize author names in changelogs [#1495 state:committed]Xavier Noria2008-12-161-195/+195
* Add a rake task to apply a template to an existing application.Pratik Naik2008-12-071-0/+2
* Add "-m/--template" option to Rails generator to apply template to generated ...Jeremy McAnally2008-12-021-0/+43
* Extracted the process scripts (inspector, reaper, spawner) into the plugin ir...David Heinemeier Hansson2008-11-301-0/+2
* Changed Rails.root to return a Pathname object (allows for Rails.root.join("a...David Heinemeier Hansson2008-11-301-1/+1
* Enhanced Rails.root to take parameters that'll be join with the root, like Ra...David Heinemeier Hansson2008-11-291-0/+2
* Added view path support for engines [DHH]David Heinemeier Hansson2008-11-271-0/+2
* 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