mvc

3 posts

After the Install: Scenario-Based RVM Best Practices

Common scenarios Rails developers encounter after the initial install of RVM, and how to optimize workflow using gemsets, .rvmrc files, and git clone best practices.

Embedding Devise Forms in Twitter Bootstrap Modals

A step-by-step guide to putting Devise sign-in and sign-up forms into Twitter Bootstrap modals for a polished user experience.

Reading Rails 4: MVC and Scaffolding for Rails Newbs

A line-by-line explanation of MVC architecture and Rails scaffold-generated code to help new developers understand what they are typing.