Rails Practice

I push my first rails project bookmarks-rails to github today. It’s a very small project for practicing rails framework. The web provide user a very simple interface to create a bookmark and basic authentication. I take free time after work to finish this project. Thanks to ihower’s Ruby on Rails實戰聖經,Yangtheman’s post and Code school, it helps me a lot.
I try skills in this projects
1. Twitter Bootstrap 3.0.0.rc1
2. devise account system
3. omniauth with facebook login
4. rails REST
5. RSpec
6. Capybara

Comments