Displaying 3 results from an estimated 3 matches for "craiccomputing".
2007 Dec 18
11
Ortho - a library for JavaScript Graphics and Text
I''ve written a JavaScript library called Ortho (http://www.craic.com/
ortho) on top of Prototype for creating ''diagram-style'' graphics in
JavaScript. You can create histograms, graphs, timeline plots, ''maps''
of genomic data, annotated images, tree diagrams, etc.
Unlike Canvas, it seamlessly integrates text with graphics and the
output looks the same
2009 Jun 23
7
can't get remote_function working on rails 2.3.2
...even show
it as making a call to my controller.
There is a DIV called "definition_box", so my remote_function call used
to read like this:
<%= remote_function(:update => "definition_box", :url => { :action =>
:lookup } ) %>
Then I read <a
href="http://craiccomputing.blogspot.com/2009/02/rails-ajax-and-rjs-issue-seeing.html">this</a>
and took that out since supposedly it might be duplicating the reference
to the DIV (here in the view and in the controller), so now it looks
like this:
<%= remote_function(:url => { :action => :lookup } ) %...
2011 Jul 14
3
Have Admin add users, not the Devise Sign Up form
...nk provided in the email. Links takes new User to a webpage
where he pick his password. User can now login to the app.
--------------------------------------------------------
I''ve been reading several articles online but I can''t find exactly what
I''m looking for.
http://craiccomputing.blogspot.com/2011/02/rails-devise-and-custom-user-models.html
http://stackoverflow.com/questions/4491884/rails-devise-two-different-methods-for-new-users
Can anybody point me to the right direction?
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscrib...