[Rails] Devise alternative for API based authentication ?

2013-09-14 Thread Rakshit Majithiya
Hi, As token_authenticatable is completely removed from Devise, there's no way to use it for API based authentication system. What would be a best solution for rails 4 api based application ? -rax -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk

[Rails] Re: How much css do I need to know for becoming a Ruby on Rails Develoepr?

2013-09-14 Thread John Ivanoff
This book http://www.abookapart.com/products/responsive-web-design is a quick read. I think it can give you the gist of what's going on now. I might get into things you might not get but if you play around you can figure it out. CSS can be very fun. On Thursday, September 12, 2013 7:50:31 PM

Re: [Rails] How much css do I need to know for becoming a Ruby on Rails Develoepr?

2013-09-14 Thread Johnneylee Rollins
Hey, Mind that in some companies, rails is considered the frontend. Everything from rails forward to the browser is frontend, so that would include CSS and Javascript. Quite often, from my experience, if you work on a rails project, you are expected to at least have a good grasp of CSS.

[Rails] Re: Gem::FilePermissionError

2013-09-14 Thread sriram a.
ariv arasan wrote in post #945121: while i updating my rails version with command, gem install -v=2.3.8 rails i got, ERROR: While executing gem ... (Gem::FilePermissionError) You don't have write permissions into the /usr/lib/ruby/gems/1.8 directory. how could i solve the problem?