Skip to content

Tasks Suprails Should Accomplish

listrophy edited this page Sep 13, 2010 · 3 revisions

This is a list of tasks that Suprails should be able to handle. Please add your own feature requests… preferably set off from the main list, so the collaborators can more easily see your updates.

  • Install a plugin
  • Gems:
    • Update gems prior to use
    • Update environment.rb (or similar) to include gem.config 'gemname'
    • Unpack gems a la rake gems:unpack
  • Filesystem manipulation
    • Delete files like public/index.html
    • Add folders like public/stylesheets/sass
  • File manipulation
    • Change routes by editing routes.rb
    • Change values in database.yml
  • Arbitrary command execution like haml --rails AppName or git init
  • Generate the rails application through the real rails generator
  • Execute rake tasks like rake db:create or rake spec

Please add your contributions below here… as they are checked into the official list, they will be moved up and credited to you

Clone this wiki locally