Tagged Questions
0
votes
1answer
10 views
How to manually add a plugin like Fancybox to your Rails app
I need to add Fancybox to my Rails app. Normally I would just use the gem and add the required lines to application.js and application.css. However, I am using a bunch of different templates within ...
0
votes
0answers
36 views
undefined method `link_to_add_association' in production with apache/phusion
I am facing a strange problem. I have an app deployed on rails 3.2.1 with apache/phusion. I have precompiled the assets with "rake assets:precompile". However, I get "undefined method ...
1
vote
1answer
129 views
Jasmine won't load javascript files from asset pipeline
I'm developing a gem and I've installed Jasmine https://github.com/pivotal/jasmine-gem/
All of my required JS files are in my manifest file at app/assets/javascripts/application.js
//= require ...
4
votes
1answer
150 views
Rails 3.2.11 asset pipeline: accented characters in javascript get converted to question marks in production
I'm writing a rails application in Spanish and I'm having trouble displaying accented characters from JavaScript.
Everything works fine in development, but in production, in the unified ...
1
vote
2answers
955 views
Require tree in asset pipeline
I have a folder in my asset pipeline called typefaces. It works without any additions to application.rb.
In the directory I have different typeface types, like .eof, .ttf, etc in folders, like this
...
3
votes
3answers
1k views
Wanted: A good set of setup instructions for AngularJS with Rails 3.1+ (asset pipeline)
I would like to find a clean tutorial or set of docs that describes integrating AngularJS with Rails, specifically how to configure Angular correctly for the asset pipeline. Also, suggestions on ...
0
votes
1answer
33 views
Anomalous Image Behavior In Rails 3.2.3
I'm new to RoR and in my Rails 3.2.3 app without the sprockets gem installed, I've used "image_tag" to display "example.png" which exists in "public/images," like so:
<%= image_tag "example.png" ...
2
votes
3answers
801 views
Gmaps is not defined in production on Heroku Cedar
I'm new to RoR so there are many concepts that I don't understand well yet.
As my first project on rails I coded a site base on the tutorial by Michael Hartl.
My site is done in rails 3.1.0 and it ...
2
votes
1answer
378 views
Rails 3.1 Netzke Asset Pipeline Issue
Walking through this tutorial and am having problems with Rails Asset Pipeline.
http://blog.writelesscode.com/blog/2010/06/14/extjs-rails-crud-application-in-7-minutes/
I make the symlink:
> ln ...
1
vote
1answer
564 views
Rails 3.1 Asset Pipeline: Precompiled MD5 Fingerprints don't match
I'm having a Rails 3.1 rc6 app on Heroku's cedar stack (ruby 1.9.2).
I precompile assets using rake assets:precompile RAILS_ENV=production locally on my development machine.
The problem is the ...