Displaying 3 results from an estimated 3 matches for "_tasks".
Did you mean:
tasks
2006 Apr 07
0
weird problem with draggable_element in a partial rhtml
Hi all,
I have an index.rhtml page which calls a partial called _tasks.rhtml. In
the latter i call <%= draggable_element("icon#{@tasks.id}", :revert =>
true)%>. The first display of my page works fine and I get
<script type="text/javascript">
//<![CDATA[
new Draggable("icon32", {revert:true})
//]]>
</script>...
2012 Feb 18
6
rake db:reset doesn't work, fails with unknown attribute: user_status
If I manually drop the database, and run create, then migrate it works fine.
But doing a:
rake db:reset
it fails with:
unknown attribute: user_status
Does this mean my migrations are not dropping things correctly?
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to
2006 Aug 12
7
Documentation for wxRuby
...X originals from wxWidgets
and outputing a Rubyish version. These LaTeX files are then run thru
tex2rtf to create the HTML docs. The attached file shows all the
details, just drop it into the rake folder and add require
"rake/rakedocs" to the main rakefile and also add
create_documentation_tasks under all the other create_*_tasks in the
main rakefile. Type rake -T to see the added tasks.
All the requirements to run the doc tasks are at the top of the
rakedocs.rb file.
Feedback is welcome especially on the styling of the method names.
I hope this email makes sense, I am half asleep but w...