Skip to content Skip to sidebar Skip to footer
Showing posts with the label Ruby On Rails 3

Ror - Large File Uploads In Rails

I have a rails webapp that allows users to upload videos, where they are stored in an NFS-mounted d… Read more Ror - Large File Uploads In Rails

Using A Rails Helper Method Within A Javascript Asset

Is there any way to use a Rails helper method, more specifically, a path helper method within a jav… Read more Using A Rails Helper Method Within A Javascript Asset

Javascript Not Running On Heroku With Rails 3.1

I've migrated a rails 3.0 app to 3.1 on Heroku. It's running on the cedar stack and everyth… Read more Javascript Not Running On Heroku With Rails 3.1

Adding A Text Input Field Through Js Or Jquery When Clicking On Another Input Field In Rails 3

I'm building a nested form in rails 3.1 and instead of pressing the 'add' button i want… Read more Adding A Text Input Field Through Js Or Jquery When Clicking On Another Input Field In Rails 3

Configuring Google Annotated Timeline

I have a working Google Annotated Timeline (see docs at http://code.google.com/apis/chart/interacti… Read more Configuring Google Annotated Timeline

How Would I Go About Recording Changes In A Large Text Field?

Let's say I want a user to write a story in 20 minutes. After the user is done I want to play b… Read more How Would I Go About Recording Changes In A Large Text Field?

Rerun Javascript On Successful Ajax Call

I have a delete button with the remote: true option set: # _categories.html.erb Solution 1: I don… Read more Rerun Javascript On Successful Ajax Call

Rails 3 Does Not Render Jquery Properly

i have https://github.com/tkrotoff/jquery-simplecolorpicker-rails and i have tried https://github.c… Read more Rails 3 Does Not Render Jquery Properly