Top "Ruby-on-rails-plugins" questions

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

Ruby on Rails 3 - Public live chat

I want to create a public live chat application using rails 3. I found some example on rails 2. Any one can …

ruby-on-rails ruby ruby-on-rails-3 chat ruby-on-rails-plugins
Any good Rails example/framework for sorting, filtering, pagination with Ajax

Is there any open source (or example) code for Ruby on Rails which can filter, sort, and paginate a certain …

ruby-on-rails ajax rubygems ruby-on-rails-plugins
Rails3 and Paperclip

I have migrated my application from rails 2.3 to rails3 and i have a problem with paperclip. I saw there was …

ruby-on-rails ruby-on-rails-plugins paperclip
rails 3.1, capybara-webkit, why page.execute_script fails?

After installing capybara-webkit, I tried to try a test inside a spec, here is my test: Capybara.default_driver = :webkit …

ruby-on-rails-3 ruby-on-rails-plugins capybara capybara-webkit
A copy of ApplicationController has been removed from the module tree but is still active

Whenever two concurrent HTTP requests go to my Rails app, the second always returns the following error: A copy of …

ruby rubygems ruby-on-rails-plugins ruby-on-rails-2
Ruby on Rails CoffeeScript failing

I have this error which is making it impossible to load my app no such file to load -- coffee_…

ruby-on-rails coffeescript ruby-on-rails-plugins
Trouble getting Rails 3 to work with MySQL

Brand new at Rails. I had a simple Rails 3 app on OS X 10.6 going, using the default sqlite3 database. I'm …

ruby-on-rails ruby-on-rails-3 ruby-on-rails-plugins
Good documentation for writing Redmine plugins

I am currently developing some plugins for Redmine, and I must say, I'm a bit disappointed with the lack of …

ruby-on-rails ruby-on-rails-3 ruby-on-rails-plugins redmine redmine-plugins
Creating a Ruby on Rails 3 gem with a generator (incl. namespace)

I am trying to create a gem with a generator for Rails 3 (beta 4). I followed these instructions, and but I …

ruby rubygems ruby-on-rails-plugins ruby-on-rails-3