| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | MySQL, PostgreSQL: database.yml defaults to utf-8. Closes #8701. | Jeremy Kemper | 2007-06-25 | 1 | -0/+2 |
* | Added db:version to get the current schema number [via Err The Blog] | David Heinemeier Hansson | 2007-06-25 | 1 | -1/+1 |
* | Added db:version to get the current schema number [via Tim Bray] | David Heinemeier Hansson | 2007-06-25 | 1 | -0/+2 |
* | Added --skip-migration option to scaffold and resource generators (closes #86... | David Heinemeier Hansson | 2007-06-23 | 1 | -0/+2 |
* | Fix that FCGIs would leave log files open when asked to shut down by USR2 (cl... | David Heinemeier Hansson | 2007-06-23 | 1 | -0/+2 |
* | Fixed that dispatcher preparation callbacks only run once in production mode.... | Rick Olson | 2007-06-15 | 1 | -0/+2 |
* | Fix syntax error in dispatcher than wrecked failsafe responses. Closes #8625. | Jeremy Kemper | 2007-06-11 | 1 | -0/+2 |
* | Manfred had already patched the same issue. References #6946. | Jeremy Kemper | 2007-06-11 | 1 | -1/+1 |
* | Scaffolded validation errors set the appropriate HTTP status for XML response... | Jeremy Kemper | 2007-06-10 | 1 | -0/+2 |
* | Sexy migrations for the session_migration generator. Closes #8561. | Jeremy Kemper | 2007-06-05 | 1 | -0/+2 |
* | Console reload! runs to_prepare callbacks also. Closes #8393. | Jeremy Kemper | 2007-05-29 | 1 | -0/+2 |
* | Update CHANGELOG attribution. | Jeremy Kemper | 2007-05-29 | 1 | -1/+1 |
* | Generated migrations include timestamps by default. Closes #8501. | Jeremy Kemper | 2007-05-29 | 1 | -0/+2 |
* | Add Active Resource to rails:freeze:edge and drop Action Web Service. Closes ... | Jeremy Kemper | 2007-05-27 | 1 | -0/+2 |
* | Add db:create, drop, reset, charset, and collation tasks. Closes #8448. | Jeremy Kemper | 2007-05-26 | 1 | -0/+2 |
* | Scaffold generator depends on model generator instead of duplicating it. Clos... | Jeremy Kemper | 2007-05-25 | 1 | -0/+2 |
* | Scaffold generator tests. Closes #8443. | Jeremy Kemper | 2007-05-23 | 1 | -0/+2 |
* | Generated scaffold functional tests use assert_difference. Closes #8421. | Jeremy Kemper | 2007-05-22 | 1 | -0/+2 |
* | Update to Prototype 1.5.1 | Sam Stephenson | 2007-05-19 | 1 | -0/+2 |
* | Update edge to script.aculo.us to 1.7.1_beta3 | Thomas Fuchs | 2007-05-19 | 1 | -0/+2 |
* | Generators use *.html.erb view template naming. Closes #8278. | Jeremy Kemper | 2007-05-06 | 1 | -0/+2 |
* | Added short-hand declaration style to migrations (inspiration from Sexy Migra... | David Heinemeier Hansson | 2007-05-06 | 1 | -0/+2 |
* | Updated initializer to only load #{RAILS_ENV}.rb once. Added deprecation warn... | Nicholas Seckar | 2007-04-29 | 1 | -0/+2 |
* | Removed breakpointer and Binding.of_caller in favor of relying on ruby-debug ... | David Heinemeier Hansson | 2007-04-28 | 1 | -0/+12 |
* | Resource scaffolding returns the created entity.to_xml. | Jeremy Kemper | 2007-04-25 | 1 | -0/+2 |
* | Resource scaffolding responds to new.xml. Closes #8185. | Jeremy Kemper | 2007-04-25 | 1 | -0/+2 |
* | Include Active Resource in rails:freeze:edge rake task | Thomas Fuchs | 2007-04-24 | 1 | -0/+2 |
* | Include Active Resource instead of Action Web Service [DHH] | David Heinemeier Hansson | 2007-04-23 | 1 | -0/+6 |
* | documentation project patches, closes #7342, #7319, #7316, #7190 [jeremymcana... | Rick Olson | 2007-03-27 | 1 | -0/+2 |
* | Deprecation: remove components from controller paths. Canonicalize RAILS_ROO... | Jeremy Kemper | 2007-03-18 | 1 | -0/+4 |
* | Add environment variable RAILS_DEFAULT_DATABASE, which allows the builtin def... | Nicholas Seckar | 2007-03-14 | 1 | -0/+2 |
* | Windows: include MinGW in RUBY_PLATFORM check. Closes #2982. | Jeremy Kemper | 2007-03-06 | 1 | -0/+2 |
* | Split out the basic plugin locator functionality into an abstract super class... | Marcel Molina | 2007-03-02 | 1 | -0/+2 |
* | Split plugin location and loading out of the initializer and into a new Plugi... | Marcel Molina | 2007-03-02 | 1 | -0/+2 |
* | Added assumption that all plugin creators desire to be sharing individuals an... | David Heinemeier Hansson | 2007-02-27 | 1 | -0/+2 |
* | Added source-annotations extractor tasks to rake [Jamis Buck] | David Heinemeier Hansson | 2007-02-25 | 1 | -0/+2 |
* | Added fixtures :all to test_helper.rb to assume that most people just want al... | David Heinemeier Hansson | 2007-02-25 | 1 | -0/+2 |
* | Added config/initializers where all ruby files within it are automatically lo... | David Heinemeier Hansson | 2007-02-23 | 1 | -0/+2 |
* | Missed commit for [6184]. Generate a random secret for new app's cookie sessi... | Jeremy Kemper | 2007-02-21 | 1 | -0/+2 |
* | Stop swallowing errors during rake test [Koz] | Michael Koziarski | 2007-02-20 | 1 | -0/+2 |
* | Update Rails Initializer to use ActionController::Base#view_paths [Rick] | Rick Olson | 2007-02-04 | 1 | -0/+2 |
* | Fix gem deprecation warnings, which also means depending on RubyGems 0.9.0+ [... | David Heinemeier Hansson | 2007-02-04 | 1 | -0/+2 |
* | Plugins may be symlinked in vendor/plugins. Closes #4245. | Jeremy Kemper | 2007-02-01 | 1 | -0/+2 |
* | Resource generator depends on the model generator rather than duplicating it.... | Jeremy Kemper | 2007-01-28 | 1 | -0/+2 |
* | Add/Update usage documentation for script/destroy, resource generator and sca... | Rick Olson | 2007-01-23 | 1 | -0/+2 |
* | Update trunk to script.aculo.us 1.7.0 | Thomas Fuchs | 2007-01-19 | 1 | -0/+2 |
* | Update to Prototype 1.5.0 | Sam Stephenson | 2007-01-17 | 1 | -0/+2 |
* | Generator: use destination path for diff tempfiles. Closes #7015. | Jeremy Kemper | 2007-01-13 | 1 | -0/+2 |
* | Fixed that webrick would strip leading newlines and hang connection (closes #... | David Heinemeier Hansson | 2007-01-05 | 1 | -0/+2 |
* | Ensure plugins are in the Dependencies.load_once_paths collection by default.... | Rick Olson | 2006-12-27 | 1 | -0/+5 |