| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Stop annoying me when Im changing fixtures for other tests first | David Heinemeier Hansson | 2006-02-28 | 1 | -1/+1 |
* | Add integration test support to app generation and testing | Jamis Buck | 2006-02-28 | 1 | -0/+1 |
* | Added -r/--repeat option to script/process/spawner that offers the same loop ... | David Heinemeier Hansson | 2006-02-26 | 1 | -1/+1 |
* | rake appdoc fails with unrecognized option (closes #3757) [Jakob S] | David Heinemeier Hansson | 2006-02-25 | 1 | -1/+1 |
* | Added tmp/sessions, tmp/cache, and tmp/sockets as default directories in the ... | David Heinemeier Hansson | 2006-02-25 | 2 | -1/+4 |
* | Added that script/generate model will now automatically create a migration fi... | David Heinemeier Hansson | 2006-02-25 | 3 | -1/+30 |
* | Prepare order for uncommenting, use consistent opt options [DHH] | David Heinemeier Hansson | 2006-02-25 | 1 | -2/+3 |
* | Added -d/--database option to the rails command, so you can do "rails --datab... | David Heinemeier Hansson | 2006-02-25 | 1 | -16/+18 |
* | Correct the case of the CSS declarations. [Blair Zajac] Closes #3171 | Michael Koziarski | 2006-01-13 | 1 | -4/+4 |
* | Fix typo in mailer generator USAGE. Closes #3458. | Marcel Molina | 2006-01-13 | 1 | -1/+1 |
* | Add install.rb file to plugin generation which is loaded, if it exists, when ... | Marcel Molina | 2005-12-03 | 3 | -1/+5 |
* | Model generator: correct relative path to test_helper in unit test. | Jeremy Kemper | 2005-11-22 | 1 | -1/+1 |
* | Remove superfluous check for pluralize_table_names (use table_name which does... | Sam Stephenson | 2005-11-22 | 1 | -1/+1 |
* | Allows generator to specify migrations directory. References #2960. | Jeremy Kemper | 2005-11-20 | 2 | -2/+0 |
* | Introducing the session_migration generator. Creates an add_session_table mi... | Jeremy Kemper | 2005-11-20 | 4 | -50/+43 |
* | Windows: eliminate the socket option in database.yml. Closes #2924. | Jeremy Kemper | 2005-11-18 | 1 | -2/+3 |
* | 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 | 4 | -2/+43 |
* | 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 |
* | 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 |