RailsCasts Pro episodes are now free!

Learn more or hide this

Lee Farrell's Profile

GitHub User: l33z3r

Site: http://www.leefarrell.com

Comments by Lee Farrell

Avatar

You can see that you are basically writing a primitive version of Rails.
Nice to see how the internals work!

Avatar

ah, ok, yes I see that now, thanks!

Avatar

What is to stop somebody from looking at the source javascript and extracting the FAYE_TOKEN manually, and using it via curl afterwards?

Avatar

I do not fully understand how Redis has better performance than active record? Are they both not essentially accessing data that is in RAM, just in two separate ways? Are there more layers to go through when accessing data via ActiveRecord?

Avatar

Thanks for the view_context tip! Was looking for a solution for that problem!

Avatar

what does the --pre option do in gem install?