aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails_generator
Commit message (Expand)AuthorAgeFilesLines
* Model generator: correct relative path to test_helper in unit test.Jeremy Kemper2005-11-221-1/+1
* Remove superfluous check for pluralize_table_names (use table_name which does...Sam Stephenson2005-11-221-1/+1
* Allows generator to specify migrations directory. References #2960.Jeremy Kemper2005-11-203-4/+9
* Introducing the session_migration generator. Creates an add_session_table mi...Jeremy Kemper2005-11-205-53/+88
* Windows: eliminate the socket option in database.yml. Closes #2924.Jeremy Kemper2005-11-181-2/+3
* Eliminate nil from newly generated logfiles. References #2927.Jeremy Kemper2005-11-181-1/+1
* Better svn status matching for generators. Closes #2814.Jeremy Kemper2005-11-101-1/+6
* Changed all script/* to use /usr/bin/env ruby instead of hard-coded Ruby path...David Heinemeier Hansson2005-11-091-4/+5
* Added an omnipresent RailsInfoController with a properties action that delive...Sam Stephenson2005-11-081-0/+1
* Copy lighttpd.conf when it is first needed, instead of on app creationJamis Buck2005-11-071-1/+0
* Added default lighttpd config in config/lighttpd.conf and added a default run...David Heinemeier Hansson2005-11-071-1/+1
* Added script/about to display formatted Rails::Info outputSam Stephenson2005-11-051-1/+1
* Scaffold-generated controller action gives paginate the plural_ rather than s...Jeremy Kemper2005-11-051-1/+1
* Added demonstration of fixture use to the test case generated by the model ge...David Heinemeier Hansson2005-11-022-7/+3
* Change javascript_include_tag :defaults to not use script.aculo.us loader, wh...Thomas Fuchs2005-11-011-3/+0
* Update script.aculo.us to V1.5_rc4Thomas Fuchs2005-10-291-0/+1
* Add default Mac + DarwinPorts MySQL socket locations to the app generator.Jeremy Kemper2005-10-291-5/+11
* Don't dirty up the command delegates' base class with methods that belong in ...Jeremy Kemper2005-10-291-5/+5
* Migrations may be destroyed: script/destroy migration foo. Closes #2635.Jeremy Kemper2005-10-291-5/+52
* Added that plugins can carry generators and that generator stub files can be ...David Heinemeier Hansson2005-10-285-2/+44
* Removed app/apis as a default empty dir since its automatically created when ...David Heinemeier Hansson2005-10-281-2/+0
* Added script/plugin to manage plugins (install, remove, list, etc) [Ryan Toma...David Heinemeier Hansson2005-10-281-1/+1
* Add Rakefile to plugin generator. Let test_plugins rake task look deeper int...Jeremy Kemper2005-10-283-12/+40
* Added default lighttpd config in config/lighttpd.conf and added a default run...David Heinemeier Hansson2005-10-281-3/+4
* Plugin tests should include test/unitDavid Heinemeier Hansson2005-10-281-0/+2
* Added plugin generator to create a stub structure for a new plugin in vendor/...David Heinemeier Hansson2005-10-288-1/+51
* Use the old way of getting args to the scaffold generator and un-screwup the ...Jeremy Kemper2005-10-281-5/+3
* Added app/services as a default dir in the Rails skeleton and to the load pat...David Heinemeier Hansson2005-10-281-0/+1
* Fixed scaffold generator when started with only 1 parameter (closes #2609) [s...David Heinemeier Hansson2005-10-281-1/+8
* Proper CSS color definition (closes #2334)David Heinemeier Hansson2005-10-261-1/+1
* Clarify semantics of ActiveRecord::Base#respond_to? Closes #2560.Jeremy Kemper2005-10-221-1/+1
* Scaffold generator pays attention to the controller name. Closes #2562.Jeremy Kemper2005-10-221-1/+1
* attempt to fix #2500Michael Koziarski2005-10-171-2/+7
* suppress mysql_config errorsJeremy Kemper2005-10-171-1/+1
* moved generators to lib/generatorsTobias Lütke2005-10-161-1/+1
* Remove util.jsDavid Heinemeier Hansson2005-10-161-1/+0
* Try to figure out which mysql socket to use. Default to /path/to/your/mysql....Jeremy Kemper2005-10-161-1/+6
* Use expand_path for app_name so, e.g., rails . is supportedJeremy Kemper2005-10-161-1/+1
* Made the rails command use the application name for database names in the tai...Florian Weber2005-10-161-1/+1
* Fixed script/performanceDavid Heinemeier Hansson2005-10-151-1/+1
* Moving perform to performanceDavid Heinemeier Hansson2005-10-141-1/+1
* r3619@sedna: jeremy | 2005-10-14 14:41:24 -0700Jeremy Kemper2005-10-141-2/+3
* Update Prototype to V1.4.0_pre11, script.aculo.us to [2502] and fix the rails...Thomas Fuchs2005-10-091-4/+7
* Backing out of #2496. Comparing md5 checksums is in no way faster than doing ...Marcel Molina2005-10-081-2/+1
* Compare md5 checksums of files rather than files themselves, as it's far fast...Marcel Molina2005-10-081-1/+2
* Skip directories when checking for identical source and destination files.Marcel Molina2005-10-081-0/+1
* Evaluate dynamic templates before checking if the new file is identical to th...Marcel Molina2005-10-081-5/+13
* Make the generator skip a file if it already exists and is identical to the n...Marcel Molina2005-10-081-3/+10
* Look here, braces: gimme some elbow room. #2418Jeremy Kemper2005-10-081-1/+1
* Dont include script/process dirDavid Heinemeier Hansson2005-10-061-1/+0