RailsCasts Pro episodes are now free!

Learn more or hide this

coin3d's Profile

GitHub User: coin3d

Comments by

Avatar

If you want to have error highlighting on forms, I'd recommend using simple_form, which supports Zurb by using
rails generate simple_form:install --foundation

Avatar

Do you use semicolons in ruby, too? scnr

Avatar

Seems like it runs server-side, see 2:49 in the video (the gem includes therubyracer). Server-side javascript, ugh! Guess I'll go with bootstrap-sass.

Avatar

Does Less run on server-side or client-side using this plugin?

Avatar

I tried that too, but weren't able to get bootstrap running in production. It caused errors when using the rake assets:precompile command. So better use the gems.

Avatar

I wonder why no one mentions the command rake rails:update - even the Rails 3.2 release notes don't.

Avatar

Hi there, is it possible to embed a video (e.g. youtube video) using redcarpet?

Avatar

Wouldn't it be possible to use ruby threads for the use case shown in the cast?