Interactive Ruby Learning Posted by samnang on August 05, 2012 — 0 comments This weekend, I gave a talk about Interactive Ruby Learning at my local ruby meetup to help some people to learn and practice Ruby skill in fun ways. Comments Post a Comment Comment abilities for non regis...
Keen Halloween is coming in September 2012-08-04 Keen Halloween is coming! September 23, 2012 New Arts School Academy, Tempe AZ Halloween workshops, entertainments, and marketplace. Like Makere Faire for Halloween. There’s still stuff to be done. I’m the entertainment manager and I ne...
There is a chance one user will unintentionally override someone else's changes if they update a record near the same time. One solution is to use optimistic locking. The updated_at column can also be used for this as shown.
I have written about basic routing in Rails 3 over on the EngineYard blog before. This time, we’ll go through some of the more advanced examples of using routes. You’ll see how routes hook up with any Rack-compatible framework from a Rails application through routes. We’ll also see ho...
Aqui no Brasil infelizmente Netflix não é suficiente, Hulu não funciona oficialmente, e apesar de eu poder consumir tudo via iTunes (EUA com Gift Card, mais um obstáculo), infelizmente preciso de conteúdo legendado em português por conta da minha esposa :-P Portanto estou preso à roti...
Aqui no Brasil infelizmente Netflix não é suficiente, Hulu não funciona oficialmente, e apesar de eu poder consumir tudo via iTunes (EUA com Gift Card, mais um obstáculo), infelizmente preciso de conteúdo legendado em português por conta da minha esposa :-P Portanto estou preso à roti...
Log In Support New Account Software/Group People Skill
#16 Virtual Attributes (revised) Jul 20, 2012 | 11 minutes | Active Record , Forms Virtual attributes are a clean way to add form fields that do not map directly to the database. Here I show how to handle validations, associations, and more. Subscribe to Watch Episode Tweet Show Notes...
#367 Celluloid Jul 18, 2012 | 11 minutes | Tools Celluloid puts an object-oriented spin on multi-threaded development. Here I cover the fundamental features of Celluloid in several examples. Subscribe to Watch Episode Tweet Show Notes ASCIIcast 23 Comments Similar Episodes Next Episod...
motion-fontawesome 0.0.1 ease to use Font Awesome via RubyMotion install gem install motion-fontawesome Download Documentation Subscribe Stats Authors Hiroshi HORIKI(@pchw) 3 total downloads 3 for this version Owners Links Homepage Gemfile gem "motion-fontawesome", "~> 0.0.1" Versions...
@Luigi – I always took relational to mean ‘mapping relationships between incompatible type systems’ not a literal reference to the most common underlying storage type. Then again I’m self taught so what do I know :P Ignoring the abbreviation aren’t common problems are being repeatedly...
Line based local source code search engine & grep-command & web-app.
cep_facil 1.0.0 Wrapper Ruby para o serviço cepfacil.com.br install gem install cep_facil Download Documentation Subscribe Stats Authors Rodrigo Alves Vieira 1,858 total downloads 4 for this version Owners Links Homepage Source Code Bug Tracker Gemfile gem "cep_facil", "~> 1.0.0" Vers...
wildcard_matchers 0.1.1 wildcard matchers install gem install wildcard_matchers Download Documentation Subscribe Stats Authors okitan 585 total downloads 10 for this version Owners Links Homepage Gemfile gem "wildcard_matchers", "~> 0.1.1" Versions 0.1.1 August 5, 2012 0.1.0 June 24, ...
I love the value that method_missing provides; unfortunately, sometimes I get into trouble when I abuse the power Matz has bestowed upon me. If you've done much work with method_missing the following error message probably isn't foreign to you.SystemStackError: stack level too deep It...
It is very hard to obtain a full list of web applications defined in the Apache configuration file(s). In other words, it’s hard for Phusion Passenger to know which web applications are deployed on Apache until a web application is first accessed, and without such a list Phusion Passe...
“‘Lean’ means get to the right answer with as little time and money as possible” “I invest in people irrationally committed to a purpose” - Founders believe in a vision; maximizing their personal wealth is a side-effect, not a primary purpose. Being an entrepreneur is not a good way t...
Provides methods for converting numbers into formatted strings. Methods are provided for phone numbers, currency, percentage, precision, positional notation, file size and pretty printing. Most methods expect a number argument, and will return it unchanged if can’t be converted into a...
cascading.jruby is a small DSL above Cascading, written in JRuby