I am running on Neo4j (1.4) using Neo4j.rb gem (1.2.2) on Rails 3.1 I bumped into problem where neo4j index was corrupted that I cant run the database anymore, as mentioned in several forums like thi
I have a collection_select: <%= form_for(@feedback) do |f| %> <div class=\"field\"> <%= f.label :poster_id %><br />
I have the following setup: app/assets/stylesheets/application.css.scss /* *= require_self *= require fancybox
I have a rails 3.1 application that allows users to upload pictures. Should these pictures be stored as assets(in app/assets) and therefore be subject to Sprocket overhead(caching, fingerprinting, etc
My specs passed until I changed to respond_with in my generated controller. I ran across this issue on github, but it was closed some time ago. I\'m stumped as to what to do next. How can I fix this p
Trying to switch from rails server to Apache and Passenger. I got an asset-not-found error in the logs, and found out I needed to do rake assets:precompile. When I do so (after cleaning), I get the be
I am following the guidance provided in this Q&A to install Compass on Rails 3.1 project: How to use compass with rails 3.1
Can anyone give me an example of how to making an image switcher using coffeescript? I just have 3 开发者_如何学运维images I want to fade in and out, but I couldn\'t find any tutorials for this.
Seeing a problem with using form_for with a nested resource where I have remapped the route to be more sensible.
How do I access assets on my maintenance page in rails 3.1 with the asset pipeline enabled? With the asset pipeline enalbed all assets have a hash in their filename.However, maintenance pages are van