Ruby on Rails/Built-In Rails Tools
Appearance
There are a wide variety of command-line tools which play a role in the development of a Rails application.
Generators
[edit | edit source]Generators are scripts which create stub code for new models, controllers, migrations and much more.
Rake
[edit | edit source]Rake is a build tool which is widely used in Ruby applications. Rails uses Rake tasks for many different things.