0
votes
0answers
7 views
Is there a rails plugin that enables users to share links with friends
I have an application where users create their own personal pages. Is there a way to add a feature that allows users to share the url to their personal page with friends through em …
0
votes
0answers
17 views
functional test for Rails plugin, assert_template broken?
I'm writing a plugin that adds a class method to ActionController::Base, so in my functional test I am creating a simple controller to test against. The example below is totally st …
3
votes
3answers
104 views
RoR && “coming soon” page.
Hi, I am looking for a simple way to implement simple "coming soon" (pre-launch) page for my project on Ruby on Rails.
User should be able to leave an email in order to be notifie …
0
votes
1answer
35 views
User collaboration in rails
Hi,
I'm building a simple project collaboration tool using rails 2.3. Authentication is handling with Restful Authentication plugin and for role management using Role Requirement …
0
votes
3answers
346 views
Best Rails Tagging Plugin/Gem
Hello,
what plugin or gem do you recommened for tagging?
There are many of them, acts_as_taggable, acts_as_taggable_on_steroids, acts_as_taggable_on,...
What do you say?
1
vote
2answers
279 views
can you pass self to lambda in rails?
I want to define a class method that has access to a local variable. So this would be different for each instance of the class. I know you can make a class method dynamic with lam …
6
votes
5answers
624 views
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 ApplicationController has been removed from the module tree b …
0
votes
1answer
82 views
What Ruby on Rails plugin/gem would you recommend to implement widely-used blog publishing API (Atom, MetaWeblog, etc) in a custom blog
I have a custom-made blog running off RoR and I would like to implement publishing API. I would prefer to use a widely-used API - e.g. Atom, MetaWeblog, etc - so that I can post to …
0
votes
0answers
23 views
‘undefined local variable or method’ when trying to use plugin
I am trying to create a plugin and use it in my project.
I created a plugin using 'ruby script/generate plugin pluginname' and added the necessary code in the rb file in lib. I ad …
0
votes
1answer
102 views
Best practice: Multiple categories - best plugin for it (acts as taggable, acts as tree,…)
Hello,
I'm trying to find the best solution:
I have a usermodel and the user should be able to save the keywords (multiple contexts) which he is interested at.
F.e.
User-intere …
1
vote
2answers
26 views
openid authentication tables and what do they mean
Hello,
I installed the ruby on rails plugin "open_id_authentication". After running the migration it created two tables "open_id_authentication_associations" and "open_id_authenti …
5
votes
2answers
52 views
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 functionality, performance and ease of use (e.g. do they intera …
0
votes
4answers
34 views
Saving the file on a user selected location using rails
We are developing a functionality that allows the users to save the downloaded file. We are struggling to get a popup where the user can select a target location / folder to save h …
0
votes
2answers
30 views
How to validate selects / inserts are hitting the right server with MySQL Master/Slave
I've got a rails app using the master_slave_adapter plugin (http://github.com/mauricio/master_slave_adapter/tree/master) to send all selects to a slave, and all other statements to …
0
votes
2answers
86 views
Where do I insert my Rails URL in the JQuery Autocomplete to reference the data set I want?
Where do I reference my controller (Rails) URL to show the dataset that I want in the autocomplete via JQuery? Here is my head:
<script src="http://code.jquery.com/jquery-lates …
