Top "Ruby-on-rails-plugins" questions

A Rails plugin is either an extension or a modification of the core framework.

Supporting Mobile Devices in Ruby on Rails

What is the best way to develop a rails application that has special views for different mobile devices? Basically I'm …

ruby-on-rails ruby ruby-on-rails-plugins mobile-website
Ruby on rails: Calendar with events

I want to create a default calendar which can be displayed by month. The calendar by default has scheduled yearly …

ruby-on-rails ruby-on-rails-3 calendar ruby-on-rails-plugins
Rendering validation errors in Ruby on Rails

In a model say Task, I have following validation validates_presence_of :subject, :project, :user, :status How do I render …

ruby-on-rails ruby-on-rails-3 ruby-on-rails-plugins
Ruby Geolocation Gem/Plugins

What are the available (best) ruby IP-based geolocation gem/plugins? How do they compare to one another in terms of …

ruby-on-rails ruby rubygems geolocation ruby-on-rails-plugins
Best Rails Tagging Plugin/Gem

what plugin or gem do you recommened for tagging? There are many of them, acts_as_taggable, acts_as_taggable_…

ruby-on-rails ruby rubygems ruby-on-rails-plugins
Paperclip image uploads in Rails - Paperclip::CommandNotFoundError

I'm using paperclip to handle image uploads to rails. it worked fine on my dev OSX machine, but now on …

ruby-on-rails ruby-on-rails-plugins paperclip
Ruby on Rails HTML-Table Generator

I am looking for a good RoR table generator (or an easy solution) that can give me a decent view …

ruby-on-rails ruby rubygems ruby-on-rails-plugins
Get a value of object field inside fields_for loop

In the following scenario, I need to check the value of the object property in the fields_for loop. <%= …

ruby-on-rails ruby-on-rails-plugins ruby-on-rails-3 formtastic
Rails - Paperclip validating attachment size when it shouldn't be?

I've got a rails model using Paperclip that looks like this: has_attached_file :image, :styles => { :normal => ['857…

ruby-on-rails ruby activerecord ruby-on-rails-plugins paperclip
Is Cassandra production ready for Ruby on Rails?

I'm working on a project that is considering using Cassandra as a database. We would like to eventually migrate to …

ruby-on-rails ruby-on-rails-plugins cassandra gem