aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
Commit message (Collapse)AuthorAgeFilesLines
* Update changelog with rails plugin newPiotr Sarnacki2010-11-161-1/+3
|
* Merge CHANGELOGs from 3-0-stableSantiago Pastorino2010-10-181-0/+4
|
* fixes spelling of jQuery and PrototypeXavier Noria2010-10-121-1/+1
|
* Railties changelog updated with -j parameterSantiago Pastorino2010-10-111-0/+2
|
* Update CHANGELOG.José Valim2010-10-101-1/+3
|
* Update changelogCarlhuda2010-09-131-0/+2
|
* Modified changelog for 3.1.0Piotr Sarnacki2010-09-061-1/+16
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* Update CHANGELOGs for 3.0 release and upcoming 3.1Jeremy Kemper2010-08-291-18/+2
|
* Clean up CHANGELOGsJeremy Kemper2010-08-281-2/+11
|
* Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵Santiago Pastorino2010-08-141-75/+75
| | | | 's/[ \t]*$//' -i {} \;)
* Prep for RCDavid Heinemeier Hansson2010-07-261-1/+1
|
* application generation: --skip-testunit and --skip-activerecord renamed to ↵Xavier Noria2010-07-251-0/+3
| | | | | | | | --skip-test-unit and --skip-active-record respectively Reason is their proper spellings are "Test::Unit" and "Active Record". Option names and descriptions have been revised, as well as some method names and minor details here and there.
* 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
| | | | Signed-off-by: David Heinemeier Hansson <david@loudthinking.com>
* 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
| | | | | | | | | This reverts commit ea2c5fa8046e2f953b366adc94f0610ccfea0828. Conflicts: railties/lib/rails/generators/rails/app/templates/app/views/layouts/application.html.erb railties/test/generators/app_generator_test.rb
* 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 ↵José Valim2010-04-051-2/+3
| | | | configuration in request.env. This is another step forward removing global configuration.
* 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
| | | | This reverts commit a0dc6755db71b33aebccdb95fd0dd7097c934c04.
* Reorganized app/test directory. [#3057 state:resolved]Rizwan Reza2010-03-281-0/+2
| | | | | | | | | | Run 'rake update:test_directory' to reorganize your already generated apps. test/functional -> test/controllers test/functional -> test/controllers test/unit/helpers -> test/helpers test/unit/**/*_observer_test.rb -> test/observers test/unit -> test/models
* 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 ↵David Heinemeier Hansson2010-02-021-0/+6
| | | | script/rails and a rails command that'll act the same when run from within the app [DHH]
* Removed config/initializers/new_rails_defaults.rb as all frameworks now ↵David Heinemeier Hansson2010-01-031-0/+2
| | | | follow the settings from it [DHH]
* 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 ↵David Heinemeier Hansson2009-12-271-0/+2
| | | | throw a hissy if you use another SCM) [DHH]
* Added cookies.permanent, cookies.signed, and cookies.permanent.signed ↵David Heinemeier Hansson2009-12-201-0/+18
| | | | accessor for common cookie actions [DHH]
* Fixed that the debugger wouldn't go into IRB mode because of left-over ARGVs ↵David Heinemeier Hansson2009-11-231-0/+2
| | | | [DHH]
* I18n support for pluginsAntonio Tapiador del Dujo2009-08-301-0/+2
| | | | | | | | | | Rails will now automatically add locale files found in any engine's locale directory to the I18n.load_path (i.e. files that match the glob pattern "config/locales/**/*.{rb,yml}" relative to engine directories). [#2325 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
* 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. ↵David Heinemeier Hansson2009-05-111-0/+5
| | | | Can be loaded with rake db:seed (or created alongside the db with db:setup). (This is also known as the "Stop Putting Gawd Damn Seed Data In Your Migrations" feature) [DHH]
* 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 ↵David Heinemeier Hansson2009-02-281-1/+1
| | | | ironed out
* 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
| | | | Signed-off-by: David Heinemeier Hansson <david@loudthinking.com>
* 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
| | | | | | To continue using script/performance/profiler, install the request_profiler plugin : script/plugin install git://github.com/rails/request_profiler.git
* normalize author names in changelogs [#1495 state:committed]Xavier Noria2008-12-161-195/+195
| | | | Signed-off-by: David Heinemeier Hansson <david@loudthinking.com>