[Rails] Re: Re: webpage has a redirect loop error pls help me

2013-07-26 Thread muthu b.
>> NoMethodError (undefined method `config_value' for nil:NilClass): >> app/controllers/application_controller.rb:319:in `set_user_language' Colin please guide me to solve the error. These are the lines from 310 to 325 in my application_controller.rb return @local_tzone_time end private

[Rails] Re: where to add action when getting started with rails

2013-07-26 Thread Night School
Thanks Anton! I did see it when I ran 'rake routes' so that is good. I appreciate the help! -- Posted via http://www.ruby-forum.com/. -- 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 e

Re: [Rails] Re: webpage has a redirect loop error pls help me

2013-07-26 Thread Colin Law
On 26 July 2013 11:09, muthu b. wrote: > Thank you Colin Law for your reply. i am newbie in ruby on rails. If you want to use Rails I suggest that you work right through a good tutorial such as railstutorial.org, which is free to use online. > this > is the logfile of my app (fedena) in proucti

[Rails] Re: Concerns vs libraries

2013-07-26 Thread Robert Walker
unknown wrote in post #1116591: > I think I might be a little confused but I cant really understand > exactly > when to separate code into a concern, and when to separate it into a > library. > > 1. What's the exact difference? Concerns is a technique used to either share some behavior between mo

[Rails] Re: webpage has a redirect loop error pls help me

2013-07-26 Thread muthu b.
Thank you Colin Law for your reply. i am newbie in ruby on rails. this is the logfile of my app (fedena) in prouction environment.please help me to resolve the issue. # Logfile created on Fri Jul 26 14:55:03 +0530 2013 Processing UserController#login (for 182.73.241.18 at 2013-07-26 15:00:48

[Rails] heroku with iconv error

2013-07-26 Thread Annapoorna R
heroku gives the error application error in the browser for import functionality in heroku logs application.rb/ require:cannot load --iconv(load error Could anbody suggest the solution for this -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Tal

[Rails] Re: Hosting of Ruby on Rails3 App

2013-07-26 Thread Rekha Benada
heroku is good option for hosting rails application with easy deployment On Tuesday, June 26, 2012 3:06:28 PM UTC-7, Kory Tegman wrote: > > i believe that heroku is a community staple, and it is free. also > engineyard is a very nice tool, i have heard that it is great for scaling > because they

[Rails] Re: New web server suggestions

2013-07-26 Thread shyam mohan
Hi Rob Daniels, My suggestion: Even I dont work for Amazon but i found best for large scale websites. Cloud Platform : Amazon EC2 , S3 for storage, cloud front for static content like assets delivery. and cloud watch Auto scale etc OS: I found Ubuntu 12.04 LTS best for me because you will get mo