Ruby on Rails is an open-source web development framework optimized for programmer happiness and maintaining sustainable productivity. Many things are defined by convention, freeing you from having to re-invent things to stay productive.

learn more… | top users | synonyms (1)

2
votes
1answer
1k views

Rails - How to use modal form to add object in one model, then reflect that change on main page?

I'm working on a Rails app and I've come across a situation where I'm unsure of the cleanest way to proceed. I posted a question on SO with code samples and such - it has received no answers, and the ...
2
votes
0answers
100 views

Switching CSS to use asset pipeline in Rails?

I have a lot of legacy CSS files from what was a Rails 2.x app that got upgraded to Rails 3.2.8, and I want to switch over to using the Rails asset pipeline for stylesheets. The issue is, the CSS ...
1
vote
0answers
62 views

What set of tools make up “the rails way” of testing javascript in the browser?

What's the concensus for doing in-browser (either headless or remote-controlled) testing of javascript? Unit testing my JS is nice, but can't protect against irresponsible changes to the DOM. Unit ...
0
votes
0answers
34 views

Reporting with authorization on Rails

I asked this on Stack Overflow and was told this is a better place to ask. I am build a rails app that has the following models*: User -name,password etc. -has_many :regions -has_many :reports ...
0
votes
0answers
51 views

reading parameters and files on browser, looking how to execute on server

I have a site done in Rails, which uses javascript to load files and generate forms for the user to input certain information. Those files and parameters are then to be used in a fortran code on the ...
-1
votes
0answers
16 views

What are the differences between Vanity and Split for A/B testing in Rails that I should consider when selecting one for use in a social network site?

I am evaluating Vanity and Split to support my A/B testing on a social network platform built in RoR. What differences between the two should I consider when selecting one?