Rails 2.3.x use bleeding edges gems
        Posted  
        
            by Trevor Hartman
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Trevor Hartman
        
        
        
        Published on 2010-06-16T20:31:06Z
        Indexed on 
            2010/06/16
            20:32 UTC
        
        
        Read the original article
        Hit count: 254
        
ruby-on-rails
|rubygems
In rails 3 you can use bleeding edge gems like: gem "devise", :git => "git://github.com/plataformatec/devise.git". How do you do that with config.gem in rails 2.3.x?
© Stack Overflow or respective owner