Re: [Rails] Re: Gem Install bundler fails

2013-12-20 Thread MichaƂ Papis
Looks like problems with Homebrew, did you tried updating rvm and homebrew before trying again? if nothing works open a ticket here = https://github.com/wayneeseguin/rvm/issues -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To

[Rails] Re: Request Gem recommendation for barcode generator reader

2013-12-20 Thread beverly daddzie
I'm not so sure if there is any barcode software which not only generates but also reads barcodes. But there are some professional barcode site which provide helpful guide. http://www.keepautomation.com/products/java_barcode_reader/ I've been using one of their barcode reader for some time and

[Rails] Rails, accepts_nested_attributes_for has_many: through with build

2013-12-20 Thread Srdjan Cengic
I have 3 models: class Product ActiveRecord::Base has_many :product_option_types has_many :option_types, through: :product_option_typesend class OptionType ActiveRecord::Base has_many :product_option_types has_many :products, through: :product_option_typesend class

[Rails] User Authentication Authorization with Devise CanCan

2013-12-20 Thread Lazarus Lazaridis
Just finished the third part of the tutorial. Creating a simple ToDo application with Rails - Part Three - Authentication Authorization with Devise CanCanhttp://arubystory.blogspot.com/2013/12/creating-simple-todo-application-with.html There will be one last part, a guide for deploying the

Re: [Rails] A Ruby Story - Ruby Ruby on Rails blog

2013-12-20 Thread Walter Lee Davis
This looks really nice. Please add this line to your stylesheet -- your floated images are messing with list counters. ol, ul { overflow: hidden } Walter On Dec 19, 2013, at 8:32 PM, Lazarus Lazaridis wrote: A Ruby Story -- You received this message because you are subscribed to

Re: [Rails] A Ruby Story - Ruby Ruby on Rails blog

2013-12-20 Thread Lazarus Lazaridis
Hi Walter, Just fixed it. Thank you for the suggestion! Lazarus On Friday, December 20, 2013 4:38:52 PM UTC+2, Walter Lee Davis wrote: This looks really nice. Please add this line to your stylesheet -- your floated images are messing with list counters. ol, ul { overflow: hidden

[Rails] no such file to load -- my_extensions (MissingSourceFile)

2013-12-20 Thread Toby Rodwell
I have a Rails application runnng on one machien quite happily, using Ruby 1.9.1-p243 and Rails 2.3.3. I copied the app and config folders to another machine, on which I'm also running 1.9.1-p243, but via RVM. Whenever I try to launch the Rails application ('server', 'runner', 'console') I get

Re: [Rails] no such file to load -- my_extensions (MissingSourceFile)

2013-12-20 Thread tamouse pontiki
On Fri, Dec 20, 2013 at 6:48 PM, Toby Rodwell li...@ruby-forum.com wrote: I have a Rails application runnng on one machien quite happily, using Ruby 1.9.1-p243 and Rails 2.3.3. I copied the app and config folders to another machine, on which I'm also running 1.9.1-p243, but via RVM. Whenever