Nezumi, the mobile app for Heroku, now available for Android Posted by mwhuss on May 07, 2012 — 0 comments Nezumi , which was previously only available for iOS, is now on Google Play . Comments Post a Comment Comment abilities for non registered users are currently deactivated, pe...
What? Time for computers again instead of hikes and sleeping in a hammock? Oh well. Five Common Rails Mistake s - Welll….good tips here, but I don't think Rails is a "one size fits all" system. Some things that are mistakes in large systems are just fine in small sites. Opa - Statical...
Mixins: A refactoring anti-pattern. Posted by steveklabnik on May 07, 2012 — 0 comments I've often seen people say that mixins simplify their code. In my latest blog post , I demonstrate that while mixins may make things more DRY, they don't make it more simple. Comments Post a Co...
I recently ran into a test that needed (org.joda.time.DateTime .) to always return the same time - so it could easily be asserted against. This situation is fairly common, so it makes sense to add support to expectations . However, I didn't want to force a joda-time dependency on ever...
Sidekiq 1.2.0 released Posted by mperham on May 07, 2012 — 0 comments Sidekiq is a very fast, efficient background processor . It's like resque except far more efficient, learn more here . One Sidekiq process can do the same amount of work as 25 Resque processes. In 1.2.0 , we've adde...
is Mike Gunderloy's software development weblog, covering Ruby on Rails and whatever else I find interesting in the universe of software. I'm a full-time Rails developer and contributor, available for long- or short-term consulting, with solid experience in working as part of a distri...
The encoding to use for the HTML output. Only available in Ruby 1.9 or higher. This can be a string or an Encoding Object. Note that Haml does not automatically re-encode Ruby values; any strings coming from outside the application should be converted before being passed into the Haml...
atig 0.3.5 Atig.rb is Twitter Irc Gateway. install gem install atig Download Documentation Subscribe Stats Authors SHIBATA Hiroshi 614 total downloads 4 for this version Owners Links Homepage Gemfile gem "atig", "~> 0.3.5" Versions 0.3.5 May 7, 2012 0.3.4 January 30, 2012 0.3.3 Januar...
omniauth-scaffold 0.1.8 Scaffold for OmniAuth. install gem install omniauth-scaffold Download Subscribe Stats Authors Shun Matsumoto 654 total downloads 68 for this version Owners Links Homepage Source Code Documentation Wiki Gemfile gem "omniauth-scaffold", "~> 0.1.8" Versions 0.1.8 ...
It is now possible to define a custom importer that can be used to find imports using different import semantics than the default filesystem importer that Sass provides. For instance, you can use this to generate imports on the fly, look them up from a database, or implement different...
#196 Nested Model Form (revised) Apr 19, 2012 | 11 minutes | Forms , Views , Active Record Handling multiple models in a single form is easy with accepts_nested_attributes_for. Here you will also learn how to add and remove nested records through JavaScript. Subscribe to Watch Episode...
The encoding to use for the HTML output. Only available in Ruby 1.9 or higher. This can be a string or an Encoding Object. Note that Haml does not automatically re-encode Ruby values; any strings coming from outside the application should be converted before being passed into the Haml...
We can deliver a newsletter by clicking its “Deliver Newsletter” link. This takes a while to complete and until it does this Rails instance will be unable to process any other requests and the browser will appear to “stick” while is waits for a response. Because of this it’s a good id...
With hstore you can add schema-less data to PostgreSQL. This allows you to store model attributes without creating separate database columns. Watch how to do this using the activerecord-postgres-hstore gem.
Providing a fresh selection of: Download Editor Support Development #haml.try Give Haml a try online! Just type in some Haml code below, press Render , and see the beautiful HTML output. You can’t use any real Ruby code here, but feel free to use Ruby hash attributes. !!! #main .note ...