[Rails] Re: ActionView::Template::Error: end of file reached Rails 4.0.4

2014-03-22 Thread Rubem Nakamura Carneiro
There is this Sprockets PR that we created trying to solve this issue https://github.com/sstephenson/sprockets/pull/545 . Still WIP, but we would appreciate any feedback. On Friday, March 21, 2014 10:28:17 AM UTC-3, Ruby-Forum.com User wrote: > > We are having the exact same problem: We upgraded

Re: [Rails] How to create APIs and Web services in rails.

2014-03-22 Thread Triet Le
Hello Bala, More, you can take a look at Service Oriented Design in Ruby and Rails book. It's very helpful. Thanks! Triet On Fri, Mar 21, 2014 at 12:42 PM, BalaRaju Vankala wrote: > Hello, > > How to create Web Services in rails. > Present we are developing one website in rails, and we want to

Re: [Rails] If you were to code a marketplace app like AirBnB today, what technology & stack would you use?

2014-03-22 Thread Karthikeyan A K
I am an Embe fan, so would like to use that to reduce server load. On Tuesday, March 18, 2014 10:51:41 PM UTC+5:30, matt wrote: > > I would add Angular (or another front end framework) and some type of CI. > On Mar 18, 2014, at 1:18 PM, Brandon > > wrote: > > So having spent almost a year coding

Re: [Rails] If you were to code a marketplace app like AirBnB today, what technology & stack would you use?

2014-03-22 Thread Karthikeyan A K
Oops that must be ember not embe :( On Saturday 22 March 2014 07:55 PM, Karthikeyan A K wrote: I am an Embe fan, so would like to use that to reduce server load. On Tuesday, March 18, 2014 10:51:41 PM UTC+5:30, matt wrote: I would add Angular (or another front end framework) and some type

[Rails] Validation error messages for JS

2014-03-22 Thread Dalibor Zdravkovic
Hello, I try to create javascript client side form validation for rails models and I don't wont to duplicate error messages in language yml files (one for models and one for javascript). I wont for example to generate json object with list of all available error messages for some active record

[Rails] sidekiq job status back to browser

2014-03-22 Thread Ken Paul
Hi, There was a post in this forum saying it is possible to stream the way of transition the sidekiq job status back to browser with rails 4, but it didn't include too much details. Does anyone know anything about this new technology? What is it and how to let browser know a job is completed. I d