Rails for API applications (rails-api) released blog.wyeworks.com
wyeworks — 27 posts
My OS X Rails installation using Homebrew and rbenv, step by step blog.wyeworks.com
In this opportunity I’ll explain (as the title suggests) how to go from a brand new mac os x to running Rails tests...read full article
bundle exec rails … executes Bundler.setup 3 times blog.wyeworks.com
Santiago Pastorino posted about it here.
How to make ruby-debug work with Ruby 1.9.3 blog.wyeworks.com
Rails 3.1 HackFest weblog.rubyonrails.org
Have you ever wanted to contribute back to Rails? This is the opportunity you've been looking for. The Rails core team is organizing a Rails 3.1 HackFest on the weekend of July 23rd and 24th!!!
Developing successful client relationships are critical to any business. Preserving these relationships is crucial for making the time spent on projects more enjoyable and satisfying, as well as for referrals and future business. more...
Interview with Caike Souza from EnvyLabs blog.wyeworks.com
José Costa from WyeWorks has interviewed Caike Souza from EnvyLabs, enjoy it.
Santiago Pastorino's slides on Metaprogramming in Ruby blog.wyeworks.com
Check out Metaprogramming in Ruby slides from his talk at RubyConf Uruguay.
How Santiago Pastorino, co-founder of WyeWorks, went from Ruby newbie to Rails Core in 2 years interview here.
Creating your own generators on Rails 2.3 blog.wyeworks.com
Time has come for me to write a Rails generator ...
View more
View more
RailsConf 2010: Interview with Fabio Akita blog.wyeworks.com
RailsConf 2010: Interview with Fabio Akita. Very interesting thoughts on Ruby and Rails community.
Making Paperclip work with Sinatra & Datamapper blog.wyeworks.com
Brief explanation on how to upload files using Paperclip using DataMapper and Sinatra.
Check it out here
Check it out here
4 Ways to Retrieve a Twitter List Timeline github.com
3 Ways to Retrieve a Twitter List Timeline using Twitter gem and a new one thanks to this commit by Santiago Pastorino now included on twitter 0.8.3
Rails Bugmash summary by Santiago Pastorino blog.wyeworks.com
Santiago Pastorino shares his first Bugmash experience.
Active Merchant Recurring Billing - Part 2 blog.wyeworks.com
We made modifying a Recurring Billing Transaction with BeanStream gateway on Active Merchant possible!
Check it out: Active Merchant Recurring Billing - Part 2 .
Check it out: Active Merchant Recurring Billing - Part 2 .
My Emacs for Rails Updated github.com
We have updated My Emacs for Rails check it here
Active Merchant Recurring Billing blog.wyeworks.com
My Emacs for Rails blog.wyeworks.com
Santiago Pastorino's Emacs for Rails. It's the init file and a set of plugins to give a nicer experience on Ruby on Rails development. Enjoy it.
Scheduling in Ruby blog.wyeworks.com
Scheduling in Ruby
Scheduling tasks is something we all need to know to do, for it’s quite common in applications...
Scheduling tasks is something we all need to know to do, for it’s quite common in applications...
Method missing use case blog.wyeworks.com
Method missing to simplify queries to an external service, is a nice example on how you can use method_missing as a proxy to external API calls.
Drag & Drop Sortable Lists blog.wyeworks.com
A common (yet pretty) requested feature easily explained. Check it here.
RVideo for video processing and inspection blog.wyeworks.com
Usage scenario of video inspection using RVideo. Check it here.
Rails delegate method blog.wyeworks.com
Delegation is a feature Rails introduced in it’s 2.2 version, and in my opinion are quite useful and somehow something we don’t see too much around.
Wildcard Search with Thinking Sphinx blog.wyeworks.com
Wildcard Search with Thinking Sphinx explained by José Costa.
Paperclip File Rename blog.wyeworks.com
Santiago Pastorino shares with us "Paperclip file rename", a way for paperclip to "normalize" the file name using paperclip interpolations.
