I have a Rails 2.3 application which I would like to extract into a plugin, or engine. The application has user authentication, and basic cms capabilities supported by ancestry plugin.
I have installed ambethia\'s captcha plugin as a plugin in my rails 3 app. When I put the <%= recaptcha_tags %> in my view, it prints this on the page:
I am writing a gem which provides helpers for views. The HTML I want to insert via the helper is complex enough that I\'d rather write it in a _partial.html.erb file. How do I get the gem\'s view path
I\'m creating a new plugin for a jruby on rails application that will eventually be turned into a gem. Inside my plugin I have controllers, helpers and views. For my views I\'d like to use Haml. The p
We installed Seed Fu to add in seed data in rails, then noticed that it isn\'t working right - doing some digging, we realized that Rails 2.3.8 comes with seeding built in, and seed fu might be de开发
I want to give the users the ability to change their account info with restful_authentication plugin in rails.
I am trying to implement openid authentication using authlogic. I have installed the open_id_authentication in the process but when I entered
I\'m trying to roll out a little Rails plugin that is basically is just a wrapper to a 7zip archiver.
My Rails application have a User model and a Group model, where User belongs to a Group. Thanks to this, a user can be a admin, a manager, a subscriber, etc.
I am wondering how to limit the amount of tags, the tag_cloud function returns for this plugin. http://github.com/collectiveidea/acts-as-taggable-on