Skip to content

Instantly share code, notes, and snippets.

@solotimes
Created April 24, 2012 06:14
Show Gist options
  • Save solotimes/2477009 to your computer and use it in GitHub Desktop.
Save solotimes/2477009 to your computer and use it in GitHub Desktop.
Rails new todo
  • rails new
    • " -T "
    • " -d "
  • locale files
  • readme
  • Gemfile
    • haml
    • rspec
    • factory_girl
    • guard
      • mongoid
      • anjlab-bootstrap-rails
      • simple_form (add builder for bootstrap)
    • devise
    • rails_config
  • dbconfig => git
  • .gitignoe
    • log
    • tmp
    • settings (rails_config)
  • config (application.rb)
    • default_locale
    • load_path
    • timezone
    • require
        • orm
      • test framework
    • generator
      • disable helper
      • disable assets
      • view haml
    • assets
    • timezone
  • guard
    • livereload
    • powder
    • spock
    • rspec
    • bundler
  • devise
    • user (eg: admin_user)
    • route
    • view
    • i18n copy to config/locale
    • migration
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment