Skip to content Skip to sidebar Skip to footer
Showing posts with the label Ruby On 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

Execjs::runtimeerror In Rails 3.2.8 Engine With Javascript_include_tag

We are putting two rails 3.2.8 engines together in one rails app. The problem is that ExecJS does n… Read more Execjs::runtimeerror In Rails 3.2.8 Engine With Javascript_include_tag

Append A Partial With Onclick Event

I have my onclick event working but when it comes to displaying the partial it: only displays the t… Read more Append A Partial With Onclick Event

Problems Adding Fields In Nested Form Through Jquery Form Railscasts Episode

i have followed the railscasts episode on nested forms(part 1 and 2) and having difficulty with add… Read more Problems Adding Fields In Nested Form Through Jquery Form Railscasts Episode

Communicate Between A Rails App And A Node.js App

This question follows a previous one: Shall I use Node.js Instead of Rails for Real-time WebApps? T… Read more Communicate Between A Rails App And A Node.js App

Back Button In Browser Not Working Properly After Using Pushstate (in Chrome)

I am using this type of line in an JS response if (history && history.pushState){ hist… Read more Back Button In Browser Not Working Properly After Using Pushstate (in Chrome)

How Should I Go About Integrating Ajax?

I have this really messy code in my update.js.erb file which resides in my video directory. It is c… Read more How Should I Go About Integrating Ajax?

Rails How To Gzip Javascript? (heroku)

I have run google page speed and it is saying that I should Gzip my javascript files? How do I gzip… Read more Rails How To Gzip Javascript? (heroku)