A Rails plugin is either an extension or a modification of the core framework.
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-websiteI 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-pluginsIn 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-pluginsWhat 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-pluginswhat 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-pluginsI'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 paperclipI 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-pluginsIn 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 formtasticI'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 paperclipI'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