Skip to content

Rails 3.2.11 startup site based on Bootstrap 2.3 and anjlab-bootstrap-rails Gems

Notifications You must be signed in to change notification settings

zodsoft/bootstrap-rails-startup-site

 
 

Repository files navigation

Welcome to use Bootstrap Rails Startup Site

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 :-)

The job which already do for you

  1. using Sass based Bootstrap template

  2. using ruby.taobao.org in Gemfile

  3. add win32console for more beautiful out in Windows

  4. config.assets.debug = false in config/environments/development.rb to focus function at first

  5. add developer document reference

  6. default Sublime Text 2 project

  7. Devise based authentication system

  8. simple_form style view for Devise

The job after you clone this site

  1. bundle install

  2. rake db:migrate

  3. rake assets:precompile (this will give you very clean log out)

  4. rails server

Some hint to deploy to Cloud Foundry

  1. bundle install

  2. rake assets:precompile

  3. bundle install vmc

  4. vmc push <your_app_name> –runtime ruby19

About

Rails 3.2.11 startup site based on Bootstrap 2.3 and anjlab-bootstrap-rails Gems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published