You are here: Forums Rails in the workplace How do you create your rails d...
Posted in Forums : Rails in the workplace
Authority 0
Posting Rating 55
Sign in to rate this post
|
I do it: Use RSpec(v1.10, since it support rbehave), I start by writing user story…
|
Authority 25
Posting Rating 75
Sign in to rate this post
|
The first thing that I do when building a demo, or prototype, in Ruby on Rails is determine what I’m trying to do. If this is a project for an internal purpose, I try to identify what the problem is, and what the top needed features would be. Once I’ve done that, I can begin whipping up a database schema to reflect the data structures, and then start massaging in the basic functionality. After that, it’s back and forth refactoring of the database and the codebase. |
Rails in the workplace : SSL with Rails
Rails in the workplace : Blogs in rails
Rails in the workplace : Great Rails resource to help you with your job!
Rails in the workplace : [ANN] RubyOnRails Workshops in the East Midlands, UK
Rails in the workplace : Careful! Trying to get rails adopted can get you fired!
Rails in the workplace : How is Ruby on Rails in India
Rails in the workplace : How do you create your rails demo?
Rails in the workplace : Corporate adoption hurdles
Rails in the workplace : How did you get Rails through the door where you work?
Rails in the workplace : Rails only or do you still use other Languages?