RailsCasts Pro episodes are now free!

Learn more or hide this

Oleg Bovykin's Profile

GitHub User: arrowcircle

Comments by Oleg Bovykin

Avatar

Asset pipeline is awesome, but how to deal with scripts like lightbox or wysiwyg, that distributed in one folder with local paths for included js, css and images? How to deal with this via asset pipeline?

Avatar

Thanks for the great screencast.

I think You missed one thing for factory_girl.
Its problem om models with, for example,

rails
validates :name, :uniqueness => true

Its very annoying while working with associated model, like
:hotel belongs_to => :city, and city have validation on uniqueness of name.

How to deal with this problems?

Avatar

Nice episode, thank you.
What about using juggernaut for server push?
Its nice solution too with support of different server-push methods.