Post_box 12 years ago
How do I create a hidden field with Rails simple_form?
053e75a6e442eae82191b5136bb1bdb0
053e75a6e442eae82191b5136bb1bdb0 Member Since: Sep 2012
Lance Carletti
Posted on November 6,2012 by Lance Carletti

How can you have a hidden field with simple form?

= simple_form_for @movie ...
3 comments
Post_box 12 years ago
How do I remove the div tags with jQuery?
64d085d3791437b311d860dd5bdb8a95
64d085d3791437b311d860dd5bdb8a95 Member Since: Aug 2012
Prince Gill
Posted on September 27,2012 by Prince
<div>
 <p><a href="link">Some Link</a></p>
</div>

output:


1 comment
Posted in jquery
Post_box 12 years ago
Syntax highlighting in rails 3.
64d085d3791437b311d860dd5bdb8a95
64d085d3791437b311d860dd5bdb8a95 Member Since: Aug 2012
Prince Gill
Posted on September 27,2012 by Prince

What is the best way to get syntax highlighting in rails 3.

2 comments