[Rails] Best book on Ruby on Rails

2015-02-23 Thread ANIL YADAV
Best way of learning ruby in rails is first learn ruby the book name is bookofruby and then learn railtutorial.org chapter.. 1 to 12. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving email

[Rails] Re: Heroku: Why isn't the config/database.yml file relevant?

2015-02-21 Thread ANIL YADAV
I think you need to changed your production configuration ...in your yml files... production: <<: *default database: name_production username: name password: <℅= ENV['NAME_DATABASE_PASSWORD']℅> the ENV tag automatic generated a unique password for your rail application on heroku production...

[Rails] Re: Heroku: Why isn't the config/database.yml file relevant?

2015-02-21 Thread ANIL YADAV
I think you need to changed your production configuration ...in your yml files... production: <<: *default database: name_production username: name password: <℅= ENV['NAME_DATABASE_PASSWORD']℅> the ENV tag automatic generated a unique password for your rail application on heroku production...

[Rails] Re: Heroku: Why isn't the config/database.yml file relevant?

2015-02-21 Thread ANIL YADAV
I think you need to changed your production configuration ...in your yml files... production: <<: *default database: name_production username: name password: <℅= ENV['NAME_DATABASE_PASSWORD']℅> the ENV tag automatic generated a unique password for your rail application on heroku production...

[Rails] Re: Nested loops through one model

2015-02-20 Thread Anil Yadav
On Tuesday, February 17, 2015 at 9:09:57 PM UTC+5:30, Tony Tambe wrote: > > In my music review app the Pins model has attributes of Pin.artist and > Pin.album. I'm trying to list each artist reviewed on the site and which > albums of theirs have been reviewed. Below is what I have so far, but I

[Rails] Re: Build report on Ruby on Rails

2014-12-06 Thread ANIL YADAV
> If you want to use Gem then use *pdf-kit* https://github.com/*pdfkit* > /*pdfkit/* <https://github.com/pdfkit/pdfkit>* (See full Documentation)* > > Anil Yadav > Thank you > -- You received this message because you are subscribed to the Google Grou

[Rails] Re: e-commerce

2014-12-06 Thread ANIL YADAV
ble invoices and > invoices to be payed. > Also a membership part and a part where the borrow part can be dealed with. > > Anil Yadav -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and

[Rails] Could not install Rmagick Gem in rails 4 (Ubuntu 13.04)

2014-08-27 Thread ANIL YADAV
Gem::Ext::BuildError: ERROR: Failed to build gem native extension. /home/anil/.rvm/rubies/ruby-2.0.0-p481/bin/ruby extconf.rb checking for Ruby version >= 1.8.5... yes checking for gcc... yes checking for Magick-config... no Can't install RMagick 2.13.2. Can't find Magick-config in /usr/loca