When creating a rails engine in 2.3.5 as a plugin, how can the gem dependencies be set within the plugin, without having to import them into the host applications environment.rb?
I recently ran into an odd error that only occurred in production mode. I was using the paths of glory gem that defines the class Achievement (http://github.com/paulca/paths_of_glory/blob/master/app/
I need to update a model after delayed_job processes a task on it, e.g: foo.delay.something After something is done, I need to update the foo开发者_JAVA百科 object, what is the best way to achieve t
I\'m introducing comments into a Rails application, and, being exceptionally lazy, I\'m looking for a plugin to do it for me. I came across acts-as-commentable, but I didn\'t find much else. Acts-as-c
I\'m using paperclip to handle image uploads to rails. it worked fine on my dev OSX machine, but now on my web server I get this error:
I have started trying to use Pfeed plugin for my Rails app. Apart from four support pages of wiki on the Github, I only found this blog post helpful for me t开发者_Go百科o start using.
I was looking for ways to include recommendations in my application. I came to know about acts_as_recommendable plugin. I would like to know your experiences while using it in your application.
I\'m completely new to Rails and just installed Rails 3 on Ubuntu 10.04. I was wondering if 开发者_开发问答someone could please explain how to install a plugin from a Git repository.
This is the code from my login Page: <%= flash[:notice]%> <h1>System</h1> <%= Time.now%></p>
c开发者_StackOverflowould u suggest some socialnetworking plugins for inviting and adding friends,