I created this startup site focus on the general enterprise internal website, which frontend code seldom to change, but logic/model changed frequently. I’m using Windows when develop rails, but I found most of the gems about Bootstrap theme need therubyracer Gems, so can not used if you develop Rails under Windows. So here is my solution :-)
-
using Sass based Bootstrap template
-
using ruby.taobao.org in Gemfile
-
add win32console for more beautiful out in Windows
-
config.assets.debug = false in config/environments/development.rb to focus function at first
-
add developer document reference
-
default Sublime Text 2 project
-
Devise based authentication system
-
simple_form style view for Devise
-
bundle install
-
rake db:migrate
-
rake assets:precompile (this will give you very clean log out)
-
rails server
-
bundle install
-
rake assets:precompile
-
bundle install vmc
-
vmc push <your_app_name> –runtime ruby19