Now that the rails command is getting lots of options, maybe it would
make sense to have some "rails interactive" command. Some possible workflow:
What do you want to do?
1- Create a new Rails application
2- Run server
3- Generate a migration
4- Generate a model
...
Suppose you click 1:
1- Create the application
2- Change test approach
3- Disable ORM - This would be "Enable ORM" if it was disabled
4- Disable tests
5- Change ORM implementation
...
Now, suppose 2 was chosen:
1- Use TDD frameworks
2- Use BDD frameworks
3- Learn the differences
Then, after choosing 2:
1- Change current Ruby test framework (Rspec)
2- Change current Javascript test framework (Jasmine)
While clicking in 2 again:
1- Jasmine
2- Evergreen
3- Type a new one
These are just some random thoughts. Make sense?
--
You received this message because you are subscribed to the Google Groups "Ruby on
Rails: Core" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/rubyonrails-core?hl=en.