Jonathan Spooner

Results 12 comments of Jonathan Spooner

If your using bundler just add the project as a git source. See http://gembundler.com/git.html

Any ideas where to start with this? I would think that on line 45 of oauth/session.rb before creating a new user record we should do a find_or_create_by_email. The only problem...

Yeah I'm trying to solve this same problem. I have the basic authlogic user/password right now and I'd like to add this authlogic-connect gem. The problem I'm having is that...

In rails 3.1 you might want to just add that css into the asset pipeline.

Sorry I was wrong about this. I think there is a styling error so the links are not displayed

RJS has been extracted from 3.1 and placed in the prototype-rails gem. http://weblog.rubyonrails.org/2011/4/21/jquery-new-default

Here is how I integrated with my 3.1 rc5. ## your controller ``` ruby # POST def rate @location = Location.find(params[:id]) respond_to do |format| if @location.rate(params[:stars], current_user, params[:dimension]) format.js {...

Also with 3.1 you don't need to copy the assets into the public directory. Ryan did a nice demo explaining how to use the different asset directories. http://railscasts.com/episodes/279-understanding-the-asset-pipeline I could...

@josephers +1