David Burton

Results 3 issues of David Burton

I renamed my apllication.css to application.css.scss. I added this line to it: Import twitter bootstrap @import "twitter/bootstrap"; I get: Sass::SyntaxError: File to import not found or unreadable: twitter/bootstrap.

I would like users to only be able to have one role. Your sample app does that. Copying the code to my app, I get multiple roles per user. I...

I'm trying to use a table created with an index do. So the same column gets repeated in each row. The first row is editable, the rest aren't. Is there...