search for: installation_id

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

Did you mean: installation_2
2006 Jul 30
34
ruby suitable for financial apps?
hi there, I am about to embark on a mission critical financial web application, and was wondering weather ruby on rails is the best fit for this type of project. More specifically I am worried about floating point errors. Would it be more appropriate to use a more statically typed framework (.NET)? thankyou. -- Posted via http://www.ruby-forum.com/.
2006 Jun 12
8
Input/output error on linux
...app/ views/raconteur/story/index.rhtml: 12: <% 13: if @the_story.the_description and 0 < @the_story.the_description.size then 14: %> 15: <div class=''pageDescription''><%= in_place_editor_field :the_story, :the_description, {}, {:url => url_for(:id => @installation_id, :pub => @publication_id, :story => @story_id, :action => ''set_the_story_description''), :rows => 15, :save_text => _("save"), :cancel_text => _ ("cancel"), :saving_text => _("Saving...")} %></div> 16: <% 17: else...