? I mean it’s not done yet, but I wanted to go ahead and get the book out there for people to start reading. (If you’ve ever purchased a beta book from Pragmatic Programmers you know what I’m talking about.) I’ve got updated versions of the original RSpec articles from this blog in pl...
Sass makes CSS fun again. Sass is an extension of CSS3, adding nested rules, variables, mixins, selector inheritance, and more. It's translated to well-formatted, standard CSS using the command line tool or a web-framework plugin.
May 4th, 2012 Spree 1.1.0 e-commerce platform released … the “t” gem is command-line power tool for Twitter … the Focused Controller gem brings real OOP to Rails controllers … “10 Things You Didn’t Know Rails Could Do” talk by James Edward Gray II … “Legacy Concerns in Rails” blog pos...
RVM, Ubuntu & Cron - a Quick Guide Posted by rubyplusplus on May 08, 2012 — 0 comments I just wrote a quick guide to using cron with Ubuntu and rake tasks with RVM. I know it's something I'll look at again, so hopefully some others find use for it. RVM, Ubuntu & Cron Comments Post...
My First Impressions of RubyMotion Posted by adelevie on May 08, 2012 — 0 comments Yet another RubyMotion first impressions post . Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending time to add a proper CAPTCHA to solve the escala...
Tuesday, May 8, 2012 at 5:51AM My Cub Scouts say they want to do more camping, fishing, whittling, and science. Gonna be a fun summer. Sortbox - "Like e-mail filters, for your Dropbox". Looks interesting, though I'm always wary of trusting yet another company with access to my data. O...
I18n alchemy - localization and parsing Posted by josevalim on May 08, 2012 — 0 comments Carlos Antonio from Plataformatec has finally released to the public his I18n alchemy gem: an alternative for localization and parsing of I18n data with Active Model . Comments Post a Comment ...
My ebook on learning how to test with RSpec is now available Posted by everydayrails on May 08, 2012 — 0 comments A series of posts I did recently on Everyday Rails about how I learned to test Rails applications (using RSpec) gained a bit of traction, so I decided to make an extended ...
For the purpose of this post, I think we should establish a description of Disaster Recovery and how it relates to High Availability. Disaster recovery includes the processes, policies and procedures related to preparing for recovery or continuation of technology infrastructure critic...
May 4th, 2012 Spree 1.1.0 e-commerce platform released … the “t” gem is command-line power tool for Twitter … the Focused Controller gem brings real OOP to Rails controllers … “10 Things You Didn’t Know Rails Could Do” talk by James Edward Gray II … “Legacy Concerns in Rails” blog pos...
19 мая компания ITmozg проводит в Санкт-Петербурге крупнейшее мероприятие для IT-специалистов – Bit Byte . Bit Byte – это фестиваль профессионального развития, где студенты технических специальностей, и специалисты с опытом работы в IT в 2-4 года после окончания ВУЗа смогут пообщаться...
Collection of modules that aid in setting up AMQP producers and consumers.
But if you like to read Manga (Japanese Comics), you’re probably familiar with “Furigana”, which is kind of like “subtitling” over the Kanjis with Hiragana or Katakana, which are the Japanese syllabus based alphabets (the first for Japanese only words, the second for foreign words). T...
But if you like to read Manga (Japanese Comics), you’re probably familiar with “Furigana”, which is kind of like “subtitling” over the Kanjis with Hiragana or Katakana, which are the Japanese syllabus based alphabets (the first for Japanese only words, the second for foreign words). T...
Dynamic finders work only with model attributes, not with associations. So if you have a belongs_to :user association on an article, you have to write Article.find_by_user_id(user.id) . I have an experimental patch that provides this functionality. I'm not entirely sure what to do wit...
return_bang implements non-local exits for methods. As a bonus, you also get exception handling that ignores standard Ruby's inflexible begin; rescue; ensure; end syntax. Use return_bang to exit back to a processing loop from deeply nested code, or just to confound your enemies *and* ...
Attention API Provider: How to make people using your API love you At Arcturo , we’ve been working with a lot of remote API’s and big data lately. The more API’s from all over the web I work with, the more I realize how much some companies really get how to build an API that developer...
Spree Commerce is an open source e-commerce solution created by Sean Schofield. Spree is supported by the open source community as well as the sale of our commercial products.
avl_tree 1.1.3 AVL tree and Red-black tree in Ruby install gem install avl_tree Download Documentation Subscribe Stats Authors Hiroshi Nakamura 1,657 total downloads 55 for this version Owners Links Homepage Gemfile gem "avl_tree", "~> 1.1.3" Versions 1.1.3 May 9, 2012 1.1.2 March 27,...
A Rubyesque interface to Gmail, with all the tools you'll need. Search, read and send multipart emails; archive, mark as read/unread, delete emails; and manage labels.
Testing support was woven into the Rails fabric from the beginning. It wasn’t an “oh! let’s bolt on support for running tests because they’re new and cool” epiphany. Just about every Rails application interacts heavily with a database – and, as a result, your tests will need a databas...
compass_twitter_bootstrap 2.0.3 Compass/SCSS version of the twitter bootstrap install gem install compass_twitter_bootstrap Download Documentation Subscribe Stats Authors Vincent 10,336 total downloads 13 for this version Owners Links Homepage Gemfile gem "compass_twitter_bootstrap", ...
Ruby Learning Test #1: Are You There, World? March 18, 2005 I truly have no idea where this is going or if it will scale. But I've been meaning to try it, and I'll let you judge whether it's worth it. Here's what I do know: It doesn't cost you anything to come along for the ride. How ...
punchr 1.0.0 Ruby gem for interacting with the Punchfork API install gem install punchr Download Documentation Subscribe Stats Authors David Czarnecki 6 total downloads 6 for this version Owners Links Homepage Gemfile gem "punchr", "~> 1.0.0" Versions 1.0.0 May 8, 2012 Runtime Depende...