Displaying 3 results from an estimated 3 matches for "kensure".
Did you mean:
ensure
2012 Nov 01
2
SyntaxError in Posts#index
...u...
^
/Users/bradwrage/webapps/blog/app/views/posts/index.html.erb:7: syntax error, unexpected kDO_BLOCK, expecting kEND
''); @posts.each do |post|
^
/Users/bradwrage/webapps/blog/app/views/posts/index.html.erb:21: syntax error, unexpected kENSURE, expecting $end
with this here. Happened as soon as I added the class="btn" Any ideas?
<h1> Goals</h1>
3: </div><br />
4: <p class="lead">"Shoot for the stars to land on the moon."</p><br />
5: <%= link_to "Pos...
2011 Jan 05
16
Nicedit (rich text editor)
Hello, I''m trying to use Nicedit to improve my text_areas in some views
of my project.
I have installed jquery:
ruby script/plugin install git://github.com/aaronchi/jrails.git
nicEdit plugin:
ruby script/plugin install
git://github.com/sergio-fry/Simple-nicEdit.git
Add js in layout:
<%= javascript_include_tag ''nicEdit'', ''nicEditInit'' %>
Use it
2009 Apr 14
6
About haml and ruby on rail
...ews/tracks/show.html.haml:53: syntax error,
unexpected kELSIF, expecting kEND elsif @content_type == :youtube;
^ D:/aflatune/app/views/tracks/show.html.haml:91: syntax error,
unexpected kELSIF, expecting kEND elsif; ^
D:/aflatune/app/views/tracks/show.html.haml:107: syntax error,
unexpected kENSURE, expecting kEND
D:/aflatune/app/views/tracks/show.html.haml:109: syntax error,
unexpected $end, expecting kEND
Attachments:
http://www.ruby-forum.com/attachment/3575/html_and_haml_file.txt
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You receiv...