aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails_generator
Commit message (Expand)AuthorAgeFilesLines
* 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
* Dont include runDavid Heinemeier Hansson2005-10-061-1/+1
* Backed out of script/run portal idea. Muscle memory too deepDavid Heinemeier Hansson2005-10-061-1/+4
* Removed all the scripts in script/* and replaced it with one generic portal: ...David Heinemeier Hansson2005-09-291-8/+1
* Make table_name and controller_name in generators honor AR::Base.pluralize_ta...Marcel Molina2005-09-282-3/+3
* Make the migration generator only check files ending in *.rb when calculating...Sam Stephenson2005-09-271-1/+1
* Added prevention of duplicate migrations from the generator #2240 [fbeausolei...David Heinemeier Hansson2005-09-241-0/+2
* Fixed that generate scaffold claims all words are reserved #2200, #2211 [alan...David Heinemeier Hansson2005-09-171-2/+3
* Moved config/tasks to lib/tasks and added more documentation to environment.rbDavid Heinemeier Hansson2005-09-111-1/+1
* Fixed missing dsDavid Heinemeier Hansson2005-09-111-2/+2
* Added -c/--svn option to the generator that'll add new files and remove destr...David Heinemeier Hansson2005-09-092-3/+40
* Dont encode the default subject for the test cases since they are within the ...David Heinemeier Hansson2005-09-061-1/+1
* Moved all the shared tasks from Rakefile into Rails, so that the Rakefile is ...David Heinemeier Hansson2005-09-031-0/+1
* Fixed the scaffold generator to fail right away if the database isn't accessi...David Heinemeier Hansson2005-09-031-24/+24