[Rails]

2013-11-05 Thread Jeff Roxas
-- 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 emails from it, send an email to rubyonrails-talk+unsubscr...@googlegroups.com. To post to this group, send email to

[Rails] BEST RAIL SERVER

2013-11-05 Thread Fahad Idrees
Hi, i want to deploy my website sort of chat website. I am expecting more than 50K online users at it's peak time. I don't want to compromise on optimization and page speed and don't want user to wait too long for page to load. Any one suggest me best hosting for RAILS, some comparison and

Re: [Rails] BEST RAIL SERVER

2013-11-05 Thread Carlos Mathiasen
I think Heroku is a good option. I worked with Heroku and Rails and the performance is excelent. The only problem is the pricing, but if you will have 50K users I think that is not a problem for your system. Heroku is an amazon system, if you use Amazon you should set the OS too, this is an heroku

Re: [Rails] BEST RAIL SERVER

2013-11-05 Thread Jordon Bedwell
On Tue, Nov 5, 2013 at 5:11 AM, Carlos Mathiasen gunmath...@gmail.com wrote: I think Heroku is a good option. I worked with Heroku and Rails and the performance is excelent. The only problem is the pricing, but if you will have 50K users I think that is not a problem for your system. Not if

Re: [Rails] BEST RAIL SERVER

2013-11-05 Thread Tamara Temple
On Nov 5, 2013, at 5:03 AM, Fahad Idrees access2co...@gmail.com wrote: Hi, i want to deploy my website sort of chat website. I am expecting more than 50K online users at it's peak time. I don't want to compromise on optimization and page speed and don't want user to wait too long for page

Re: [Rails] BEST RAIL SERVER

2013-11-05 Thread Fahad Idrees
I don't have lots of budge for hosting I want to get maximum benefits in low price. No doubt heroku is the best but i have to pay huge amount to run my site on heroku and have to purchase additional add-ons and plugin in heroku. Any other cheap sever in $10-30 per month range? On Tue, Nov 5,

Re: [Rails] Can we keep validation in memcached ?

2013-11-05 Thread Tamara Temple
On Nov 5, 2013, at 12:20 AM, Jordon Bedwell envyge...@gmail.com wrote: On Tue, Nov 5, 2013 at 12:07 AM, Sur sur@gmail.com wrote: Do you know what is the difference between a string and a symbol and why and where symbols are preferred over strings ? try this: a = some string b =

Re: [Rails] BEST RAIL SERVER

2013-11-05 Thread Walter Lee Davis
On Nov 5, 2013, at 2:21 PM, Fahad Idrees wrote: I don't have lots of budge for hosting I want to get maximum benefits in low price. No doubt heroku is the best but i have to pay huge amount to run my site on heroku and have to purchase additional add-ons and plugin in heroku. Any other

Re: [Rails] BEST RAIL SERVER

2013-11-05 Thread Pandya, Amit
How about digital ocean https://www.digitalocean.com/? pricinghttps://www.digitalocean.com/pricing and price-comparison-charthttps://www.digitalocean.com/price-comparison-chart On Tue, Nov 5, 2013 at 11:35 AM, Walter Lee Davis wa...@wdstudio.comwrote: On Nov 5, 2013, at 2:21 PM, Fahad

[Rails] can anyone please suggest me from where I need to start learning ruby on rails..??

2013-11-05 Thread Ramamohan Raju
Hello, I am new to ruby on rails, can anyone please suggest me from where I need to start learning ruby on rails..?? and which IDE is preferred for this..?? Thank you..!! -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To unsubscribe

[Rails] Twitter and Facebook Integration

2013-11-05 Thread Tyler Wilson
I am trying to keep an old rails site maintained. By old, I mean Ruby on Rails 2.1. It used to have Twitter and Facebook authentication, but they are broken now. I'm not much of a rails dev so I could use some advice on going about fixing them. For Twitter, it's using the old Twitter4r gem. I

[Rails] Assets without fingerprint with rails 4

2013-11-05 Thread Kaluzny Olivier
Hi, Rails 4 seems to don't add asset file with original filename (eg: test.jpg), But only fingerprint version (eg: test_hash.jpg). This is not very cool for mailer. If I put an image_tag() into my mailer, then I change my image. The email sended lose the path to the image (because fingerprint

[Rails] Re: Oops! Google Chrome could not connect to localhost:3000

2013-11-05 Thread Selvakumar
Looks like the server didn't start. It should happen on all browsers not only on chrome. Follow the section 1.2.5 of same tutorial and check whether the server starts it's execution without throwing any error. You should do this:- $ rails server= Booting WEBrick= Rails application starting on

[Rails] rails 4 logging during development, surpress asset messages?

2013-11-05 Thread S Ahmed
Is it possible to surpress all those asset related messages? I have a terminal open where I run 'rails s' and it gets hard to read. -- 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 emails

Re: [Rails] can anyone please suggest me from where I need to start learning ruby on rails..??

2013-11-05 Thread Colin Law
On 4 November 2013 13:13, Ramamohan Raju rammohan2...@gmail.com wrote: Hello, I am new to ruby on rails, can anyone please suggest me from where I need to start learning ruby on rails..?? and which IDE is preferred for this..?? Thank you..!! My advice, as always, is to use Linux (eg ubuntu)

[Rails] Re: rails 4 logging during development, surpress asset messages?

2013-11-05 Thread Kaluzny Olivier
I'm this in a initializer : https://gist.github.com/kaluznyo/7332447 Le mercredi 6 novembre 2013 00:52:48 UTC+1, Gitted a écrit : Is it possible to surpress all those asset related messages? I have a terminal open where I run 'rails s' and it gets hard to read. -- You received this message

[Rails] Re: rails 4 logging during development, surpress asset messages?

2013-11-05 Thread Kaluzny Olivier
I've this in an initializer : https://gist.github.com/kaluznyo/7332447 Le mercredi 6 novembre 2013 00:52:48 UTC+1, Gitted a écrit : Is it possible to surpress all those asset related messages? I have a terminal open where I run 'rails s' and it gets hard to read. -- You received this