June 25, 2012 Tagged: refactoring oop patterns principles Comments (View) How much should I refactor? The Rails community has been abuzz with object-oriented programming, SOLID principles, laws, design patterns, and other principles, practices, and patterns. We’ve (re)discovered new t...
This will show how to create a new facebook application and configure it. Then add some authentication with the omniauth-facebook gem and top it off with a client-side authentication using the JavaScript SDK.
June 25, 2012 Tagged: I just have a lot of feelings design emotion process user experience ux delightful fun Comments (View) Delightful Design There’s a feeling you get when you go to a particularly delightful website, when the designer has put more into it than an engaging logo or so...
June 25, 2012 Tagged: factory girl cucumber testing four-phase test direct model access training wheels Comments (View) Writing Better Cucumber Scenarios; or, Why We’re Deprecating FactoryGirl’s Cucumber Steps For almost three years now, FactoryGirl has provided developers using Cucum...
#361 Facebook Graph API Jun 25, 2012 | 14 minutes | Authentication , Tools , Plugins Learn how to use the Facebook Graph API with the Koala gem to fetch data from Facebook and post content through a user. Here I delve into permissions, error handling, and more. Subscribe to Watch Epis...
June 19, 2012 We're going to Portalign - that is to say Rethink - our Expectations of Web Service Development while we Freeze in front of a Greenscreen on this episode of Ruby5. June 15th, 2012 Tribune Company open sources eight gems … New “Giant Robots Smashing Into Other Giant Robot...
Dynabix: An ActiveRecord Ruby gem for attribute serialization Posted by robertwahler on June 25, 2012 — 0 comments Presenting Dynabix. Dynabix is an ActiveRecord 3.x RubyGem that facilitates attribute serialization via dynamically created read/write accessors. Read our into blog artic...
Author: Charlie DeTar Website: - Code repository: https://github.com/yourcelf/redmine_etherpad Registered on: 2012-02-14 (4 months ago) Current version: 0.1 Compatible with: Redmine 1.3.x Macro for embedding etherpads in redmine wiki pages and issues. Example: {{etherpad(name-of-pad)}...
Using Rails Gems Like simple_form in Sinatra Or Anywhere Posted by apotonick on June 25, 2012 — 0 comments Have you ever wanted to use simple_form in a Sinatra app? The new cells version allows using Rails gems outside of Rails in any environment. And surprisingly this article describ...
SPDY & Secure Proxy Support in Google Chrome Posted by igrigorik on June 25, 2012 — 0 comments Chrome supports SSL-based proxies, which allows us to setup and use fast and secure SPDY proxies! A DIY guide for setting up your own SPDY proxy , ala Amazon Silk. Comments Post a Commen...
Posted June 25, 2012 by schof | Comments Spree 1.1.2 is now available as a release candidate (rc1.) This means that the official release is imminent and we request your assistance in testing the code before we do so. We recommend you upgrade to 1.1.2 as soon as possible due to securit...
Monday, June 25, 2012 at 5:44AM Back at my desk to find another flurry of open browser tabs. Site44 - Websites hosted in Dropbox. Doesn't look like anything you can't do by sharing a Dropbox folder, but they offer prettier names and custom domain support. Project Sputnik - The corpora...
On Wed, Jun 20, 2012 at 3:22 AM, Todd Wei <[email protected]> wrote: > > My code generator will generate Java nested classes. The problem is the > level of nesting can't be determined statically. So, the ideal case is I > define a Java class template in ERB, which accepts binding v...
The rake dependency declaration is just regular Ruby code. We take advantage of the fact that we can construct hash arguments on the fly, and that Ruby doesn’t require parenthesis around the method arguement to create a file task declaration that reads very naturally to the humans rea...
Octopress - Category List Plug-in Posted by dotnetguyuk on June 25, 2012 — 0 comments I just launched Octopress - Category List Plug-in . Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending time to add a proper CAPTCHA to solve the...
A New HTTP Status Code for Legally-restricted Resources , it’s 451 of course. SipHash: a fast short-input PRF , by Jean-Philippe Aumasson and Daniel J. Bernstein. “Target applications include network traffic authentication and hash-table lookups protected against hash-flooding denials...
With the help of this plugin you can export issues list with all information to XLS file. Also it is possible to export issues with attachments as a ZIP archive. Requirements¶ Plugin requires Redmine version 1.3.0 or higher. Plugin relies on spreadsheet gem for XLS based operations. P...
The asset pipeline is probably the biggest feature in Rails 3.1, but it can seem like magic at first. Here I dive into exactly how the asset pipeline works.
Whether an error in the Sass code should cause Sass to provide a detailed description within the generated CSS file. If set to true, the error will be displayed along with a line number and source snippet both as a comment in the CSS file and at the top of the page (in supported brows...
Generic Web crawler with a DSL that parses structured data from web pages
iron_mq 1.9.1 Ruby client for IronMQ by www.iron.io install gem install iron_mq Download Documentation Subscribe Stats Authors Travis Reeder 11,656 total downloads 8 for this version Owners Links Homepage Gemfile gem "iron_mq", "~> 1.9.1" Versions 1.9.1 June 25, 2012 1.9.0 June 25, 20...
diff --git a/0023/myblog/config/environments/development.rb b/0023/myblog/config /environments/development.rb index 0589aa9..568ccd0 100644 --- a/0023/myblog/config/environments/development.rb +++ b/0023/myblog/config/environments/development.rb @@ -8,9 +8,6 @@ config.cache_classes = ...
formotion 0.0.1 Making iOS Forms insanely great with RubyMotion install gem install formotion Download Documentation Subscribe Stats Authors Clay Allsopp 6 total downloads 6 for this version Owners Links Homepage Gemfile gem "formotion", "~> 0.0.1" Versions 0.0.1 June 25, 2012 Runtime...
James Edward Gray II added about 1 month later: Ruby has another interesting exception when it comes to Encoding incompatibility that may be worth mentioning. You can't typically add String s with incompatible Encoding s as this shows: $ cat incompatible.rb # encoding: UTF-8 utf8 = "一...
Screencast: Coding Conway’s Game of Life in Ruby the TDD Way with RSpec By Peter Cooper / November 2, 2011 Recently, there have been many screencasts of people coding things in real time. Yesterday, Ryan Bigg released a video of him implementing Conway's Game of Life from scratch by r...
A simple DSL and command-line tool for discovering what people are up to in your Rails app