I am trying to get tiny_mce to work with my Rails 3.1 application and its almost works. I have it installed in vendor/assets/tiny_mce and included in my application.js bootstrap:
I am trying to use rails 3.1 authentication using mongoid instead of active model class User include Mongoid::Document
I\'m trying to replicate the basics of the asset pipeline introduced in rails 3.1 in my rails 3.0 app.
I\'m trying to pass this simple assertion assert_select \'.price\', /\\€[,\\d]+\\.\\d\\d/ In the view the code for the .price class is
Before going any further, I have googled this.I do know the arguments for why you shouldn\'t have url_for located in the model as this seemingly violates the MVC paradigm.In this instance I disagree a
It would be greatly appreciated if you could assist with the following issue/act of inexperience. I have searched the usual suspects (google, stackoverflow, groups, etc) to no avail and if I have miss
Man, WTH is going on with this stuff. You know what that line actually does in Rails 3.1? <script src=\"/assets/defaults.js\" type=\"text/javascript\"></script>
I started playing around with rails 3.1.rc4 but the first problem I\'m having is that the assets are not available. I cre开发者_如何学JAVAated a brand new project and in the index page the rails image
I am just wondering if there are any Rails 3 books that can help with Rails3 UJS understanding it etc, along with beginner rails3 chapters? Even if there is a book only about Rails3 UJS, that would be
I am developing a Sinatra server that can accept calls from ActiveResource, but can\"t determine how to identify Get calls specificying :first or :last.