[Rails] notifications (or flash messages) in an api application

2012-03-11 Thread Lupu Alexandru Emil
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello! As a noob in rails, i am having a problem on how to find a decent and straightforward notifications system for my application. Being a Api like application (talking with the client is made using JSON / later on XML as well), i have a

[Rails] Devise OmniAuth facebook connect

2012-03-11 Thread Nicholas N.
Hi,Im new to this forum. Im having a problem on a simple facebook connect. I tried to follow all the tutorial on the website but its not work for me. gem using : devise ,omniAuth rails version : 3.0.7 I want to ask what rails version ,devise version, omniAuth version is gud to use to apply in my

Re: [Rails] Cartographer shows correct info box BUT over wrong marker

2012-03-11 Thread Colin Law
On 10 March 2012 21:12, Abram funkdif...@gmail.com wrote: Hi guys (and gals), The code formatting is so nice on SO.com, so I thought I'd just share my post in hopes that someone from the group can help.

Re: [Rails] Cartographer shows correct info box BUT over wrong marker

2012-03-11 Thread Abram
Thanks for that Colin. I am trying to create a map with markers for Dispensers pulled from the DB. I am able to successfully do this, however, whenever I click on the markers the info box always appears over the same marker. The CORRECT dispenser's info box is popping up on the map, but over the

Re: [Rails] Cartographer shows correct info box BUT over wrong marker

2012-03-11 Thread Walter Lee Davis
On Mar 11, 2012, at 2:56 PM, Abram wrote: Thanks for that Colin. I am trying to create a map with markers for Dispensers pulled from the DB. I am able to successfully do this, however, whenever I click on the markers the info box always appears over the same marker. The CORRECT

[Rails] Re: My first app. How should I approach this association thing?

2012-03-11 Thread Don
Since you are very new to Rails, I would suggest that you take a an hour or two to go through a three step approach to gather the knowledge you'll need to answer this yourself. 1) Use the Rails scaffolding feature to build out the models, controllers, views and tests for each of your models.

[Rails] Rails developer in Argentina

2012-03-11 Thread Diego Nudler
For a client in north america we're looking for a A+ Ruby on Rails developer. Resumes to: di...@bandofcoders.com -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To view this discussion on the web visit

[Rails] Re: undefined local variable or method 'game'

2012-03-11 Thread hari bhat
Basically its an argument error. def game_interest(user, game) @user = user @game = Game mail :to = user.email, :subject = Game Interest end It should be def game_interest(user, game) @user = user @game = game mail :to = user.email, :subject = Game Interest end

[Rails] Re: PDF Creation Best Practise

2012-03-11 Thread James Allen
It's not a library, but I'm part of a project which provides a web api for compiling LaTeX documents. You can find out a bit more at http://clsi.scribtex.com (and if you want to run your own service, the code is available at https://github.com/scribtex/clsi ). The idea is that you can send a

[Rails] Re: Could not find the association

2012-03-11 Thread Jasper Kennis
What happens if you just leave the :source part out? I've never had to use that. Op dinsdag 29 juli 2008 20:00:23 UTC+2 schreef mfairchi het volgende: Hello, I've used has_many :through many times with success but for somereason am being stymied this time. Perhaps someone else can see

[Rails] Cannot run 'sudo gem install rails', OSX 10.6 hangs on command line

2012-03-11 Thread danbirlem
Subject says it all, I'm running OSX Snow Leopard 10.6, RubyGems is fully updated, Ruby is 1.8.7 stable, but I can't seem to get the Rails gem to install. I've reinstalled ruby, rails, rubygems and gem. -- You received this message because you are subscribed to the Google Groups Ruby on Rails:

[Rails] gem rails installs 3.2.2, doesn't seem to find my sprockets gem

2012-03-11 Thread grant schoep
So I was just doing a new gem install of rails and am encountering an odd problem. Here's what I am seeing. gem install actionpack-3.2.2 -l ERROR: While executing gem ... (Gem::DependencyError) Unable to resolve dependencies: actionpack requires sprockets (~ 2.1.2) But I do have the

[Rails] Other versions of rails http://api.rubyonrails.org online?

2012-03-11 Thread Luke Hamilton
Hi all, Just a quick question. Is it possible to get older versions of the http://api.rubyonrails.org site online? Say via a param (http://api.rubyonrails.org/?v3.0.11) or elsewhere on the web that I just cant find?? Thanks! Sending Peace, Love and Joy, Luke Hamilton Mobile: +61

[Rails] NoMethodError

2012-03-11 Thread AndyLikesRuby
Hello fellow Ruby enthusiasts! Although I've been using Ruby for some time, I just started using RoR. I'm experiencing an error that I'm having trouble resolving and was hoping to find some help. I am getting this error message when I try to hit a certain URL:

[Rails] Re: gem rails installs 3.2.2, doesn't seem to find my sprockets gem

2012-03-11 Thread Frederick Cheung
On Mar 10, 12:14 am, grant schoep matobin...@gmail.com wrote: So I was just doing a new gem install of rails and am encountering an odd problem.  Here's what I am seeing. gem install actionpack-3.2.2 -l ERROR:  While executing gem ... (Gem::DependencyError)     Unable to resolve

Re: [Rails] NoMethodError

2012-03-11 Thread Colin Law
On 9 March 2012 19:52, AndyLikesRuby usbd...@gmail.com wrote: Hello fellow Ruby enthusiasts! Although I've been using Ruby for some time, I just started using RoR.  I'm experiencing an error that I'm having trouble resolving and was hoping to find some help. I am getting this error message

[Rails] rspec-2.9.0.rc1 is released!

2012-03-11 Thread David Chelimsky
rspec-2.9.0.rc1 has been released, with numerous enhancements and bug fixes: ### rspec-core-2.9.0.rc1 / 2012-03-11 [full changelog](http://github.com/rspec/rspec-core/compare/v2.8.0...v2.9.0.rc1) Enhancements * Support for X minutes X seconds spec run duration in formatter. (uzzz) * Strip

[Rails] Re: gem rails installs 3.2.2, doesn't seem to find my sprockets gem

2012-03-11 Thread grant schoep
On Fri, Mar 9, 2012 at 5:14 PM, grant schoep matobin...@gmail.com wrote: So I was just doing a new gem install of rails and am encountering an odd problem. Here's what I am seeing. gem install actionpack-3.2.2 -l ERROR: While executing gem ... (Gem::DependencyError) Unable to resolve