Tagged Questions

2
votes
5answers
45 views

Ruby charting library?

I need to display some charts/graphs based upon user inputs on my web aplication built using Ruby on Rails. Are there any charting libraries out there that I could use with ROR for …
0
votes
1answer
14 views

Rails RESTful Routes: override params[:id] or params[:model_id] defaults

Hello, I'm trying to understand how to change this rule directly on the map.resources: supposing I have a route: map.resource :user, :as => ':user', :shallow => true do |us …
0
votes
0answers
13 views

Rails: How to make routes only accessible after redirect_to

Hi Is there a way to detect in the routes.rb file if a route is accessed after a redirect_to call? I use a Rack app which should be only accessible if a controller is called befor …
0
votes
1answer
18 views

How should I use https in Ruby on Rails

I'm developing an application in Rails (2.3.4) and there are some parts that need to run over a secure protocol, for example, the login form, the credit card form, etc. How can I …
0
votes
1answer
23 views

Authlogic, is it secure enough out of the box?

I've managed to setup authlogic, and quite nice it appears too. Is it secure enough out of the box? I haven't really configured it too much. I'm going to be using it on a school w …
0
votes
1answer
36 views

Method definition without a name in Ruby on Rails

I recently looked at sample code for a controller in a rails project which included a method definition in a class without defining the name of the method like so: def begin red …
0
votes
0answers
27 views

is Joyent Slingshot Abandonware?

I really liked the idea, seems something like a dream, and well we have been working with the source code found, but we really couldn't find anything recent, stuff goes far as 2007 …
-2
votes
1answer
47 views

Converting degree/minutes/seconds to decimal degrees

I'm asking this question in a different way, another user let me know what I need to ask for, I'm basically looking to convert to "decimal degrees". The conversion of course must b …
0
votes
2answers
37 views

Rails - RESTful Routing - Add a POST for Member i.e(tips/6)

Hello there, I'm trying to create some nice RESTful structure for my app in rails but now I'm stuck on a conception that unfortunately I'm not sure if its correct, but if someone …
0
votes
0answers
15 views

How do I setup a functional test to authenticate openid with authlogic?

I have a functional test that is supposed to call ROTS (Ruby Openid Test Server) to act as an identity. In my UsersControllerTest, I have the following: test "creating a us …
0
votes
1answer
29 views

highlight div or p after loading

Hello i need to highlight a div after my page is loading, i don't know if i should use a partial or something like that, the partial also has to have 2 variables disponible. Code …
0
votes
0answers
22 views

Ruby on Rails Internationalization

Hey, I try to make my config/locals organized in directories like the app directory. I can not get this to work... Here http://guides.rubyonrails.org/i18n.html says you have to act …
0
votes
2answers
12 views

utf8 encoded urls in rails 2.3.4

Hi, I just upgraded Rails to 2.3.4. Before the upgrade rails was ok with international characters in urls, but it isn't working anymore. How do I get the following to work with …
0
votes
2answers
29 views

How to set Default format for activerecord fields of type string?

Here's an easy one: How do I go about setting the default format for a string field in ActiveRecord? I've tried the following: def phone_number_f "...#{phone_number}format_her …
0
votes
1answer
40 views

Running Ruby methods via cron having issues

So I have a method that is run every 10 minutes (Background.cron) to be exact. Background.cron loops through a set of database rows and if certain criteria are met, an ActionMaile …

1 2 3 4 5 467 next
15 30 50 per page