| Commit message (Expand) | Author | Age | Files | Lines |
* | Allows generator to specify migrations directory. References #2960. | Jeremy Kemper | 2005-11-20 | 3 | -4/+9 |
* | Introducing the session_migration generator. Creates an add_session_table mi... | Jeremy Kemper | 2005-11-20 | 5 | -53/+88 |
* | Windows: eliminate the socket option in database.yml. Closes #2924. | Jeremy Kemper | 2005-11-18 | 1 | -2/+3 |
* | Eliminate nil from newly generated logfiles. References #2927. | Jeremy Kemper | 2005-11-18 | 1 | -1/+1 |
* | Better svn status matching for generators. Closes #2814. | Jeremy Kemper | 2005-11-10 | 1 | -1/+6 |
* | Changed all script/* to use /usr/bin/env ruby instead of hard-coded Ruby path... | David Heinemeier Hansson | 2005-11-09 | 1 | -4/+5 |
* | Added an omnipresent RailsInfoController with a properties action that delive... | Sam Stephenson | 2005-11-08 | 1 | -0/+1 |
* | Copy lighttpd.conf when it is first needed, instead of on app creation | Jamis Buck | 2005-11-07 | 1 | -1/+0 |
* | Added default lighttpd config in config/lighttpd.conf and added a default run... | David Heinemeier Hansson | 2005-11-07 | 1 | -1/+1 |
* | Added script/about to display formatted Rails::Info output | Sam Stephenson | 2005-11-05 | 1 | -1/+1 |
* | Scaffold-generated controller action gives paginate the plural_ rather than s... | Jeremy Kemper | 2005-11-05 | 1 | -1/+1 |
* | Added demonstration of fixture use to the test case generated by the model ge... | David Heinemeier Hansson | 2005-11-02 | 2 | -7/+3 |
* | Change javascript_include_tag :defaults to not use script.aculo.us loader, wh... | Thomas Fuchs | 2005-11-01 | 1 | -3/+0 |
* | Update script.aculo.us to V1.5_rc4 | Thomas Fuchs | 2005-10-29 | 1 | -0/+1 |
* | Add default Mac + DarwinPorts MySQL socket locations to the app generator. | Jeremy Kemper | 2005-10-29 | 1 | -5/+11 |
* | Don't dirty up the command delegates' base class with methods that belong in ... | Jeremy Kemper | 2005-10-29 | 1 | -5/+5 |
* | Migrations may be destroyed: script/destroy migration foo. Closes #2635. | Jeremy Kemper | 2005-10-29 | 1 | -5/+52 |
* | Added that plugins can carry generators and that generator stub files can be ... | David Heinemeier Hansson | 2005-10-28 | 5 | -2/+44 |
* | Removed app/apis as a default empty dir since its automatically created when ... | David Heinemeier Hansson | 2005-10-28 | 1 | -2/+0 |
* | Added script/plugin to manage plugins (install, remove, list, etc) [Ryan Toma... | David Heinemeier Hansson | 2005-10-28 | 1 | -1/+1 |
* | Add Rakefile to plugin generator. Let test_plugins rake task look deeper int... | Jeremy Kemper | 2005-10-28 | 3 | -12/+40 |
* | Added default lighttpd config in config/lighttpd.conf and added a default run... | David Heinemeier Hansson | 2005-10-28 | 1 | -3/+4 |
* | Plugin tests should include test/unit | David Heinemeier Hansson | 2005-10-28 | 1 | -0/+2 |
* | Added plugin generator to create a stub structure for a new plugin in vendor/... | David Heinemeier Hansson | 2005-10-28 | 8 | -1/+51 |
* | Use the old way of getting args to the scaffold generator and un-screwup the ... | Jeremy Kemper | 2005-10-28 | 1 | -5/+3 |
* | Added app/services as a default dir in the Rails skeleton and to the load pat... | David Heinemeier Hansson | 2005-10-28 | 1 | -0/+1 |
* | Fixed scaffold generator when started with only 1 parameter (closes #2609) [s... | David Heinemeier Hansson | 2005-10-28 | 1 | -1/+8 |
* | Proper CSS color definition (closes #2334) | David Heinemeier Hansson | 2005-10-26 | 1 | -1/+1 |
* | Clarify semantics of ActiveRecord::Base#respond_to? Closes #2560. | Jeremy Kemper | 2005-10-22 | 1 | -1/+1 |
* | Scaffold generator pays attention to the controller name. Closes #2562. | Jeremy Kemper | 2005-10-22 | 1 | -1/+1 |
* | attempt to fix #2500 | Michael Koziarski | 2005-10-17 | 1 | -2/+7 |
* | suppress mysql_config errors | Jeremy Kemper | 2005-10-17 | 1 | -1/+1 |
* | moved generators to lib/generators | Tobias Lütke | 2005-10-16 | 1 | -1/+1 |
* | Remove util.js | David Heinemeier Hansson | 2005-10-16 | 1 | -1/+0 |
* | Try to figure out which mysql socket to use. Default to /path/to/your/mysql.... | Jeremy Kemper | 2005-10-16 | 1 | -1/+6 |
* | Use expand_path for app_name so, e.g., rails . is supported | Jeremy Kemper | 2005-10-16 | 1 | -1/+1 |
* | Made the rails command use the application name for database names in the tai... | Florian Weber | 2005-10-16 | 1 | -1/+1 |
* | Fixed script/performance | David Heinemeier Hansson | 2005-10-15 | 1 | -1/+1 |
* | Moving perform to performance | David Heinemeier Hansson | 2005-10-14 | 1 | -1/+1 |
* | r3619@sedna: jeremy | 2005-10-14 14:41:24 -0700 | Jeremy Kemper | 2005-10-14 | 1 | -2/+3 |
* | Update Prototype to V1.4.0_pre11, script.aculo.us to [2502] and fix the rails... | Thomas Fuchs | 2005-10-09 | 1 | -4/+7 |
* | Backing out of #2496. Comparing md5 checksums is in no way faster than doing ... | Marcel Molina | 2005-10-08 | 1 | -2/+1 |
* | Compare md5 checksums of files rather than files themselves, as it's far fast... | Marcel Molina | 2005-10-08 | 1 | -1/+2 |
* | Skip directories when checking for identical source and destination files. | Marcel Molina | 2005-10-08 | 1 | -0/+1 |
* | Evaluate dynamic templates before checking if the new file is identical to th... | Marcel Molina | 2005-10-08 | 1 | -5/+13 |
* | Make the generator skip a file if it already exists and is identical to the n... | Marcel Molina | 2005-10-08 | 1 | -3/+10 |
* | Look here, braces: gimme some elbow room. #2418 | Jeremy Kemper | 2005-10-08 | 1 | -1/+1 |
* | Dont include script/process dir | David Heinemeier Hansson | 2005-10-06 | 1 | -1/+0 |
* | Dont include run | David Heinemeier Hansson | 2005-10-06 | 1 | -1/+1 |
* | Backed out of script/run portal idea. Muscle memory too deep | David Heinemeier Hansson | 2005-10-06 | 1 | -1/+4 |