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
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.
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
Do you use semicolons in ruby, too? scnr
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.
Does Less run on server-side or client-side using this plugin?
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.
I wonder why no one mentions the command rake rails:update - even the Rails 3.2 release notes don't.
Hi there, is it possible to embed a video (e.g. youtube video) using redcarpet?
Wouldn't it be possible to use ruby threads for the use case shown in the cast?