i have a simple gmaps V3 api call to produce a static map based on a lat/lon in the location record. the file reisdes in the asset/javascripts dir, and is named location_static_map.erb.js
In my actual project I use the following gems for testing: capybara from git://github.com/jnicklas/capybara.git in revision 6641fddcfc337a3ddaa84ac59272e884090332c3
In my view I want: :coffeescript Gmap(\'#canvas\').getAddressBounds request.term which is defined in maps.js.coffee as
My Active Resource connects to some stupid external service that takes a while to respond for whatever reason. This is a little too nagging. I would like to stub Active Resource during development to
I\'m porting a Rails 3.0.9 app to Rails 3.1.rc5.My application.js is exactly the same as one generated by Rails 3.1 itself:
I am having multiple problems with jruby and activerecord-3.1.0.rc5. For example, after i have ran my migrations, I create a simple Role object from the rails console and all is good :
Has anyone been able to get p8 / table_builder https://github.com/p8/table_builder gem to work for Rails 3.1?
I am able to create able to run my migrations from JRuby 1.6.3 and Rails 3.1rc5 and in a console session create a simple Role object like this:
I\'m building a rails engine that uses the \"acts as\" format to establish relationships with the parent application\'s User model.
I try to deploy my rails 3.1 application with capistrano but it fails with following output: rake aborted!