Search Results

5
votes

Rails Model, View, Controller, and Helper: what goes where?

The MVC pattern is really only concerned with UI and nothing else. You shouldn't put any complex business logic in the controller as it controls the view but not the logic. The Controller should co …
1
vote

Learning Ruby on Rails

I really enjoy RubyMine from Jetbrains. It's still in beta but it seems like a very full featured IDE something I miss from many of the other alternatives out there. Also for a simple env I enjoy e …