RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: arrowcircle
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?
Thanks for the great screencast.
I think You missed one thing for factory_girl. Its problem om models with, for example,
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?
Nice episode, thank you. What about using juggernaut for server push? Its nice solution too with support of different server-push methods.
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?
Thanks for the great screencast.
I think You missed one thing for factory_girl.
Its problem om models with, for example,
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?
Nice episode, thank you.
What about using juggernaut for server push?
Its nice solution too with support of different server-push methods.