search for: credit_

Displaying 2 results from an estimated 2 matches for "credit_".

Did you mean: credit
2006 May 23
2
auto_complete_field help
...t explains better what I am trying to do) #View # This is the first link when the form is first generated there are no text fields for authors (it is not required to add one) <%= link_to_remote("Add", :url => {:controller => "book", :action => "ajax_add_credit_to_form", :credit_number => 0}) %> # Controller #This action figures out if it is the first time I am adding an author or subsequent times after that and than either adds the UL or just inserts # a new li def ajax_add_credit_to_form @credit_number = (params[:credit_number]).to...
2006 Nov 07
1
Memory consumption too high
...smart) rcov.cmd -o "D:/dev/src/booksmart/coverage/units" -T -x "rubygems/*,rcov*" --rai ls -Ilib;test "D:/dev/ruby/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake/rake_test _loader.rb" "test/unit/book_test.rb" "test/unit/cart_test.rb" "test/unit/credit_ card_test.rb" "test/unit/line_item_test.rb" "test/unit/note_test.rb" "test/unit/ notifications_test.rb" "test/unit/publisher_test.rb" "test/unit/purchase_test.rb " "test/unit/user_test.rb" "test/unit/pinning_test.rb" &quo...