aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators/rails/app/templates/config/databases
Commit message (Collapse)AuthorAgeFilesLines
* Load generators from both lib/rails/generators and lib/generators. Using the ↵José Valim2010-03-236-271/+0
| | | | former since it's less obstrusive.
* Updated the database.yml file generated for ibm_db to the latest version of ↵Antonio Cangiano2010-02-041-11/+20
| | | | | | | | DB2 and the gem. [#3852 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
* Template whitespaceJoshua Peek2010-01-221-1/+1
|
* Generators load path now will be Ruby load path. If you want to use ↵José Valim2010-01-186-0/+262
| | | | rspec:install generator, you need generators/rspec/install_generator in your load path.
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-246-262/+0
|
* Remove support for SQLite 2.Pratik Naik2009-08-171-19/+0
| | | | If you're still using it, please install the plugin from git://github.com/rails/sqlite2_adapter.git
* Change current sstructure.José Valim2009-06-237-0/+281