search for: deanwampl

Displaying 3 results from an estimated 3 matches for "deanwampl".

Did you mean: deanwampler
2006 Apr 19
9
translating RoR framework into the Java environment
For a company study I am trying to come up with what would one need to replicate *grosso modo and at the functional level* what we get in Rails. This does not need to be an "equivalent" solution, just what a Java programmer would build upon, the canonical aggregation of components, the usual tools. My first fraft is: Struts -> C layer Hibernate -> M
2006 Mar 29
3
Upgrading to Rails 1.1 in InstantRails
Anyone had success at this? Even if I manually download the 1.1 gem file, the "gem install rails" command gives me "ERROR: Error installing gem rails[.gem]: rails requires activesupport = 1.3.0" -- Posted via http://www.ruby-forum.com/.
2006 Apr 18
6
Best Practice for Returning to Calling Page?
I have a partial, it''s a shopping cart display, it''s designed to appear on several different pages of my site. One of the buttons on the shopping cart empties the cart, and then I want the calling page to redisplay. In other words, the cart controller needs to return the visitor to the same page -- however since the cart could appear on any given page, this has to be