search for: moosebrookfarm

Displaying 9 results from an estimated 9 matches for "moosebrookfarm".

2006 Mar 16
2
Developers Wanted
Hello - Gusto.com (http://www.gusto.com/) is looking for talented Ruby programmers to help us build the next version of our website. Currently we''re looking for contract positions but will consider full time employment in Springfield, MO or San Francisco, CA. Requirements: 3-5 years database driven web development in Ruby, Java, Python or similar 2+ years SQL experience Experience
2006 Mar 14
14
Gusto.com Rails Site
Hello - I wanted to announce a very large web application that was built with Ruby on Rails and runs the site Gusto! http://www.gusto.com/ . It was deployed yesterday in a little over 4 months of development with 3 developers. The origins of the site were being developed in Java using Hibernate + Tapestry and the decision was made to port the 100+ table model to Rails to see if there were
2006 Apr 06
3
Deploying with Capistrano via cron
I''m attempting to auto deploy a rails application to a development server periodically during ongoing development. I''ve setup ssh keys to allow the proper user auto login permissions, but have ran into 2 issues. 1. When the script is run from a cron job as the same user as I currently manually deploy from I receive an error when reaper tries to execute - "can''t
2006 Feb 13
1
CachedModel anyone?????
Can any one help explain this output in my log. I have memcache-client and cached_model setup for a model City but when I run my app, this is the output I get (this is on a second pass so theoretically the data is already in the cache). MemCache Get (0.000469) active_record:City:1802387 City Load (0.001015) SELECT * FROM cities WHERE (cities.id = 1802387) LIMIT 1 MemCache Set (0.000776)
2006 Jan 06
0
sessions and search engine spiders
Hello - In a default rails app, if cookies are turned off, Rails creates a session file in /tmp for every single request. If my site gets crawled by googlebot won''t this create thousands of sessions that don''t need to be created? I read the wiki regarding session management but there doesn''t seem to be the middle ground of "don''t create a session unless
2005 Nov 22
1
model and controller namespace/structure
Hi all - I have a large project that has about 100 tables in the database that we want to test porting to Rails. My main issue right now is that although I can tell rails to do something like: generate model Review::UserReview and generate controller Review::UserReview and rails will write out the correct directory packaging, all my unit tests break because of their dependency on loading
2006 Nov 04
0
TinyMCE / Spellcheck integration with rails
Just wanted to post a link to my blog about how I integrated TinyMCE''s aspell based spell checker into Ruby on Rails. The default configuration required PHP so I rolled my own. http://www.gusto.com/mike/blog/post202 I think it works great and you can try it out on our review pages, comment pages and blog pages on http://www.gusto.com/ Cheers Mike Engelhart http://www.gusto.com/mike
2006 Feb 12
3
memcache-client/cached_model help
Hi - Just downloaded and installed the memcache-client and cached_model gems and am trying to test it out on a development setup. I added this to my environment/development.rb CACHE = MemCache.new :c_threshold => 10_000, :compression => true, :debug => true, :namespace => ''eztrip'',
2005 Dec 14
5
Rails namespace help requested
Hi all - I posted yesterday with the subject "namespace pollution" and with the high traffic on this list, it''s kind of disappeared and I''m in need of a quick answer so i can move on. To recap quickly, can someone tell if Rails is somehow forcing all modules into a single namespace? I have a model class StateProvince and inside a webservice module in my lib/