A book review of Exploring Everyday Things with R and Ruby . Review by: RubyLearning’s mentor Victor Goff. Book author: Sau Sheong Chang. Publisher: O’Reilly Media. I got the opportunity to review Exploring Everyday Things with R and Ruby by Sau Sheong Chang and published by O’Reilly ...
ActiveRecord inheritance and contexts Posted by nashby on July 09, 2012 — 0 comments Read about how to DRY controllers and handle validation and `attr_accessible` contexts in the ActiveRecord inheritance and contexts article. Comments Post a Comment Comment abilities for non regis...
If you're using a rebase strategy for the first time you may run git pull in a situation where Git practically tells you to do it, but you don't actually want to do it. The situation is described below, and the method to unwind it follows. I've added pictures of the branches between h...
Don't Make Your Code "More Testable" Posted by gmoeck on July 09, 2012 — 0 comments In this article I attempt to slightly redirect the focus of the community from "fast tests" to writing well designed systems by listening to the feedback coming from our isolated unit tests. Comments ...
Single Responsibility on Rails Explained Posted by solnic on July 09, 2012 — 0 comments Here's my take on SRP in Rails mentioning TDD and good old unit testing. Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending time to add a prop...
Monday, July 9, 2012 at 6:17AM Gearing up for another week of playing summer camp chauffeur. new_rails_app - Create a new Rails application by just cloning a template application instead of messing with Rails template syntax. AppCloudy - "Dead simple hosting for the Mozilla Marketplac...
learn Install RubyGems 1.8.24 Ruby's premier packaging system Browse the Guides In depth explanations, tutorials, and references Gem Specification Your gem's interface to the world share gem update --system Update to the latest RubyGems version gem build foo.gemspec Build your gem gem...
Line based local source code search engine & grep-command & web-app.
Book Review: Exploring Everyday Things with R and Ruby Posted by IndianGuru on July 09, 2012 — 0 comments RubyLearning's mentor Victor Goff reviews Sau Sheong Chang's latest book "Exploring Everyday Things with R and Ruby ". A must-have book for your library. Comments Post a Comme...
« Sentia: My OLPC February 2008 Off to Seelbach » 29feb2008 · 10 zsh tricks you may not know... …yet, that is. Or if you do, you read the man page pretty well. :-) zsh has gazillions of features, but I think these are pretty useful for daily use: ESC-. inserts the last argument of the...
DataMapper Community Documentation Development Contribute Wiki Get Started DataMapper is an Object Relational Mapper written in Ruby . The goal is to create an ORM which is fast, thread-safe and feature rich. To learn a little more about this project and why you should be interested, ...
Rails Edge: Custom flash types Posted by oscardb on July 09, 2012 — 0 comments Rails edge: Custom flash types Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending time to add a proper CAPTCHA to solve the escalating spam problem. So...
Dec 06, 2010 | 9 minutes | Plugins , Background Jobs Beanstalk is a fast and easy way to queue background tasks. Stalker provides a nice wrapper interface for creating these jobs. Click to Play Video ▶ Tweet Download: source code Project Files in Zip (96.3 KB) mp4 Full Size H.264 Vide...
Add full text searching using ElasticSearch and Tire. Here I will show the steps involved in adding this search to an existing application. This is the first part in a two part series.
Dynamically generate Rails and Sinatra apps to be tested by Rack::Test.
A book review of Exploring Everyday Things with R and Ruby . Review by: RubyLearning’s mentor Victor Goff. Book author: Sau Sheong Chang. Publisher: O’Reilly Media. I got the opportunity to review Exploring Everyday Things with R and Ruby by Sau Sheong Chang and published by O’Reilly ...
git-issue 0.8.5 git extention command for issue tracker system. install gem install git-issue Download Documentation Subscribe Stats Authors Tomohito Ozaki 3,106 total downloads 13 for this version Owners Links Homepage Gemfile gem "git-issue", "~> 0.8.5" Versions 0.8.5 July 8, 2012 0...
How often do we think about our http sessions implementation? I mean, do you know, how your currently used sessions-related code will behave when sessions number in your database will grow up to millions (or, even, hundreds of millions) of records? This is one of the things we do not ...
this has been deprecated; see linked note This has been deprecated. See this note on memoize : http://apidock.com/rails/ActiveSupport/Memoizable/memoize#1317-this-has-been-deprecated-replace-with-Memoist
# include InstanceMethods # if method_defined?(:#{original_method}) # if method_defined?(:_unmemoized_mime_type) raise "Already memoized #{symbol}" # raise "Already memoized mime_type" end # end alias #{original_method} #{symbol} # alias _unmemoized_mime_type mime_type # if instance_m...
Wenn du zum ersten Mal Ruby-Code siehst, wird er dich wahrscheinlich an andere Programmiersprachen erinnern, die du benutzt hast. Das ist Absicht. Der größte Teil der Syntax ist (unter anderem) Perl-, Python- und Java-Programmierern vertraut. Wenn du diese Sprachen also schon mal benu...