| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix spelling in Rails 'generator' generator. [#3080 status:resolved] | Rodrigo Rosenfeld Rosas | 2009-08-30 | 1 | -1/+1 |
* | Remove support for SQLite 2. | Pratik Naik | 2009-08-17 | 2 | -20/+1 |
* | Use less strict rules in generators lookup, so people can lay their generator... | José Valim | 2009-08-10 | 1 | -1/+0 |
* | Require test/unit in the generated test_helper for plugin [#1878 state:resolved] | jastix | 2009-08-09 | 1 | -1/+3 |
* | Refactored create_migration on model generator. | José Valim | 2009-08-09 | 2 | -7/+3 |
* | Fixed generating a namespaced model with table pluralization turned off. Add ... | Hugo Peixoto | 2009-08-09 | 2 | -2/+5 |
* | Depend on rubygems 1.3.2 | Michael Koziarski | 2009-08-09 | 1 | -1/+1 |
* | Users can now pass :branch for git plugins and :revision for subversion plugins | Matt Duncan | 2009-08-08 | 1 | -1/+10 |
* | Improved coverage for session_migration generator. [#3008 status:resolved] | José Valim | 2009-08-08 | 1 | -1/+1 |
* | Fixed reference to AR::SessionStore::Session.table_name in session migrations | Elad Meidar | 2009-08-08 | 1 | -1/+5 |
* | Rename Rails::Generators::ActionORM to Rails::Generators::ActiveModel. | José Valim | 2009-08-08 | 3 | -14/+14 |
* | Allow rails templates relative to the current path to be given. | José Valim | 2009-08-07 | 1 | -3/+18 |
* | Generator config should be commented by default | Pratik Naik | 2009-07-30 | 1 | -5/+5 |
* | Remove whitespaces from the default mailer file | Pratik Naik | 2009-07-30 | 1 | -2/+1 |
* | Always use application generator to run templates. | José Valim | 2009-07-28 | 1 | -1/+0 |
* | Merge branch 'master' of git://github.com/rails/rails | José Valim | 2009-07-28 | 1 | -1/+1 |
* | Ensure that developers options are overwritten by user options. | José Valim | 2009-07-28 | 1 | -17/+21 |
* | Allow templates for non namespaced generators too. | José Valim | 2009-07-25 | 1 | -1/+5 |
* | Updated vendored thor to 0.11.3. | José Valim | 2009-07-23 | 1 | -22/+0 |
* | Solving merge conflicts. | José Valim | 2009-07-21 | 10 | -10/+10 |
* | Change attributes default type to array to allow order to be preserved. | José Valim | 2009-07-21 | 7 | -7/+8 |
* | Update db:sessions:create to use the proper generator. | José Valim | 2009-07-21 | 1 | -1/+1 |
* | Modified rake tasks to use new app generator structure and updated Thor version. | José Valim | 2009-07-16 | 4 | -9/+13 |
* | Change generators configuration to have a hash style. | José Valim | 2009-07-15 | 1 | -18/+5 |
* | Add a form hook to erb scaffold. Customize and go! | José Valim | 2009-07-15 | 1 | -2/+8 |
* | Added source_paths to rails generators. If a template is added to RAILS_ROOT/... | José Valim | 2009-07-15 | 1 | -4/+18 |
* | Change false to :verbose => false as in new Thor version. | José Valim | 2009-07-15 | 4 | -28/+29 |
* | Allow nil and false to be given as configuration values and avoid creating un... | José Valim | 2009-07-15 | 1 | -8/+10 |
* | Allow namespaced configuration on generators. | José Valim | 2009-07-15 | 3 | -18/+49 |
* | Refactored some generators to make use of improved invocations on thor. | José Valim | 2009-07-15 | 11 | -37/+27 |
* | Updated vendored Thor to 0.11.1 and update Rails::Generators. | José Valim | 2009-07-14 | 3 | -110/+28 |
* | Added a generator generator. | José Valim | 2009-07-13 | 4 | -0/+50 |
* | Ensure non timestamped migrations are generated properly. | José Valim | 2009-07-13 | 1 | -1/+3 |
* | Add some attribute readers to migration module. | José Valim | 2009-07-13 | 4 | -3/+8 |
* | Add hooks for integration and performance tests. | José Valim | 2009-07-13 | 6 | -10/+28 |
* | Remove generator environment until we have a gem manifest. | José Valim | 2009-07-13 | 2 | -18/+19 |
* | Make explicit that references and belongs_to types have nil as default value. | José Valim | 2009-07-13 | 1 | -0/+1 |
* | Always allow params to be skipped on action orm in generators. | José Valim | 2009-07-13 | 2 | -3/+3 |
* | Do not require options on class_option. | José Valim | 2009-07-13 | 1 | -1/+1 |
* | Cache source root in a rails specific variable. | José Valim | 2009-07-13 | 1 | -1/+1 |
* | Solving merge conflicts. | José Valim | 2009-07-12 | 6 | -89/+80 |
* | Do not clean up frameworks on generators environment, otherwise initializers,... | José Valim | 2009-07-09 | 1 | -6/+5 |
* | Add the new generators environment and update commands. | José Valim | 2009-07-08 | 3 | -2/+21 |
* | Generators are configured on initialization if RAILS_ENV=generators. | José Valim | 2009-07-08 | 2 | -31/+5 |
* | Make specs pass on Ruby 1.9. | José Valim | 2009-07-06 | 1 | -3/+7 |
* | Allow scaffold controller to load action_orm files on demand. | José Valim | 2009-07-04 | 1 | -2/+13 |
* | Ensure that rails templates methods are invoked with the proper extensions [#... | José Valim | 2009-07-04 | 1 | -6/+11 |
* | Use the proper shebang when using Ruby 1.9 or jruby or windows. | José Valim | 2009-07-04 | 1 | -9/+12 |
* | Removed invoke_if and allow hook_for to accept boolean options. | José Valim | 2009-07-04 | 3 | -99/+45 |
* | Plugin generators now reflect new generators sutrcture. | José Valim | 2009-07-03 | 5 | -3/+6 |