I followed the Railscasts episode about adding code highlighting to an app using Redcarpet, Albino, and Pygments. It works as expected in development. On my test production server, however, I receive
I have a very simple model using Mongoid. I\'ve added the use of Redcarpet to parse the MD and store it. However during update_attributes it is throwing an exception. Running the model and running the
If I go to http://localhost:3000/assets/application.js my code (which works fine in 3.0) exists, because I\'ve referenced it fine in the new application.js assets pipeline file:
I have a private gem, I added to my gemfile gem \'saml-response\', \'0.0.0\', :path =>\"#{Fi开发者_运维问答le.expand_path(FILE)}/../vendor/gems/\"
Im upgrading my app to rails31 .. everything works quite ok but i have a problem with the asset pipeline. im using rails3.1.rc5
I tried following the RailsCasts example to开发者_运维知识库 get dynamic forms to work but couldn\'t get it working right. Basically I have a Project that has_many tasks and I want to be able to dynam
I want to limit 开发者_运维知识库the access to read the lead for a user. I have the relation as :
I\'ve added Omniauth to my rails 3.1 project and it all works fine. When I visit hostname/auth/facebook I\'m brought to a page where I can authorize access to my Facebook accou开发者_Python百科nt as y
I\'ve been able to get RSpec, Cucumber, and Autotest to work against my Rails 3.1 Mountable Engine.Where things fall down is trying to integrate Spork into the mix.Spork runs fine, and my tests use Sp
I use rails 3.1.0.rc5 and backbone.js and I have a problem with deploying rails applications on heroku, although on my local host everything works fine. I pushed the application to Hiroko and migrated