Top "Actionview" questions

For questions about Action Views, HTML and Ruby templates used in Ruby on Rails

One controller, different views for normal users and admins

in my application, I have a "User" model. Each user can have multiple (email) addresses which are defined in the …

ruby-on-rails actionview actioncontroller
Rails distance_of_time_in_words returns "en, about_x_hours"

I'm having a weird problem, hoping someone knows what the issue is... Using distance_of_time_in_words (and consequently …

ruby-on-rails ruby time actionview