JRuby 1.6.7.2 Released Tuesday, May 01 2012 The JRuby community is pleased to announce the release of JRuby 1.6.7.2. Homepage: http://www.jruby.org/ Download: http://www.jruby.org/download This is a special release of JRuby which only updates our shipped copy of RubyGems to version 1....
Sleep helper for your async request tests Posted by bcardarella on May 01, 2012 — 0 comments Small helper that we have found useful Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending time to add a proper CAPTCHA to solve the escal...
Legacy Concerns in Rails Posted by schneems on May 01, 2012 — 0 comments The cats out of the bag, Ruby isn’t immune to legacy code problems. But we can make our Rails apps erosion resistant read more . Comments Post a Comment Comment abilities for non registered users are currentl...
Tested CSV export in Rails 3, new take on an old problem Posted by spyou on May 01, 2012 — 0 comments I needed to do a CSV export yesterday, and detailed the process from testing to exporting.You can read the complete post on wealsodocookies . Comments Post a Comment Comment abili...
April 27th, 2012 RailsConf 2012 wrapup, Squeel 1.0, learning to read source code, reusing code with modules, mruby, and an updated Rails Tutorial. April 24th, 2012 A whole squad of Ruby5 hosts reports from RailsConf 2012 in Austin. We discuss the DHH keynote, Rails on Roombas, the fac...
Tuesday, May 1, 2012 at 5:54AM 13 days in a row of Scouting events. I must be nuts. Secure Shell - Implemented as a Chrome extension. Just in case you have Chrome installed on a platform without a terminal emulator, I guess. Doppio - And while we're on the topic of things that are mor...
invoke active_record create db/migrate/[timestamp]_create_blorgh_posts.rb create app/models/blorgh/post.rb invoke test_unit create test/unit/blorgh/post_test.rb create test/fixtures/blorgh/posts.yml route resources :posts invoke scaffold_controller create app/controllers/blorgh/posts_...
With Engine Yard, you can focus on creating innovative applications in the cloud, without getting distracted by operations, servers or other infrastructure. Our battle-tested Ruby on Rails stack includes automated load balancing and fine-grained monitoring to give you the fault tolera...
June 11th, 2011 , posted in Trick , Tutorial , ∞ , 3 comments Ever see example shell commands like this and wish you could paste them in? Fear no more. A pastie is at hand . Here’s how to install it: In your `.bash_profile` add the following: Thanks @dwaite and others for `$@` instead...
Her is an ORM that maps REST resources and collections to Ruby objects
Clever Algorithms is a newly released book by Jason Brownlee PhD that describes 45 algorithms from the Artificial Intelligence (AI) field with Ruby-based examples. It's well produced and, notably, free in its PDF and online formats. A print copy is available at a small cost. The book ...
Thanks for the review, Peter. And all the comments that followed. I can't say I am surprised that many Ruby programmers dislike The Book Of Ruby. I take a very clear approach to programming which is at odds with the preferences of many Ruby programmers. I have outlined my approach her...
Rails Driver and Adapter for IBM Data Servers: {DB2 on Linux/Unix/Windows, DB2 on zOS, DB2 on i5/OS, Informix (IDS)}
Forum: Italian Ruby user group Forum List | New Topic | Search | Register | User List | Log In Page 1 >> Subject Author Replies Last post hosting rails e risorse David Welton 9 yesterday by David Welton La carenza di programmatori Ruby Giovanni Intini 115 yesterday by Maurizio De magn...
A lot of people are still using (tools like) Jeweler, which is fine. I would like to ask you to take a look at a simple .gemspec file sometime and ask yourself if this would more difficult to write and maintain than a Rakefile specifying the exact same thing. I feel like a lot of peop...
This week the Pipeline still has its Dummies, Rails Behaviors push the unobtrusiveness, the post-RailsConf Issues hunt continues, Exhibits & Presenters help you to decorate, and the Signals pay attention to details. Meanwhile Rails 4 picks up pace, we talk to Santiago about Rails-API ...
Returns a string representation of the receiver suitable for use as a URL query string: { :name => ' David ', :nationality => ' Danish '}. to_param # => "name=David&nationality=Danish" An optional namespace can be passed to enclose the param names: { :name => ' David ', :nationality =...
A ruby gem that allows you to easily integrate with the Irish Companies Registration Offices API.
Clever Algorithms is a newly released book by Jason Brownlee PhD that describes 45 algorithms from the Artificial Intelligence (AI) field with Ruby-based examples. It's well produced and, notably, free in its PDF and online formats. A print copy is available at a small cost. The book ...
Rails authentication today: Options for 3.0 and 3.1 September 21, 2011 Early on in Everyday Rails , I outlined three options for adding authentication to your Rails applications . It’s still a popular subject—and with two major releases of Rails and a number of new authentication opti...