PostgreSQL can act as a worker queue which can replace the need for a separate process to manage the background jobs. Here you will learn how to do this with the queue_classic gem.
April 24, 2012 Tagged: factory girl testing rspec Comments (View) FactoryGirl 3.2: so awesome it needs to be released during RailsConf FactoryGirl 3.2 brings a slew of new features; while I’d considered breaking it all up into 3.2 and 3.3 releases, I decided to bundle them for MORE AW...
#345 Hstore Apr 24, 2012 | 10 minutes | Plugins , Tools 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. Subscribe to Watch Epi...
Ruby 1.9.3-p194 リリース Ruby 1.9.3-p194 がリリースされました。 このリリースはRubyGemsに対するセキュリティフィックスを含んでいます。これは、リモートレポジトリへのSSLサーバ検証についてのものです。それ以外にも、多くの修正が含まれています。 続きを読む… Posted by maki on 20 Apr 2012 まつもとさんがFSF 2011 Free Software Awardを受賞 The Award for the Advancement of Free Softwareは一年に一度、フリーソフトウェアの精神に則...
* Element#(before|after)? removed * Element#(before|after)_text removed * Browser#cell(s) and Browser#row(s) removed * Browser#Element camelCase methods removed, use under_score methods instead * Browser#element(s) supports only general attributes like :id, :title, :class_name, :text,...
Making the Web Fast(er) one Rails page at a time Posted by igrigorik on April 24, 2012 — 0 comments RailsConf 2012 slides for Making the Web Fast(er) one Rails page at a time - tools and tips for optimizing your pages using a variety of Google tools (aka, the tools we use at Google to...
Rails Internals: Secure Password Posted by oscardb on April 24, 2012 — 0 comments Another article in the Rails internals series: Rails Internals: Secure Password Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending time to add a pro...
Keep it simple: If you don’t get request specs right away, don’t worry about it. They require some additional setup and thinking to not just work, but actually test what you need to test. Don’t stop testing your models and controllers, though—building skills at that level will help yo...
Discount coupon for the Rails Tutorial (2nd Edition) Posted by AntonioCangiano on April 24, 2012 — 0 comments Michael Hartl just released a second edition of his Rails tutorial. In this brief post I describe why it's a worthwhile course and provide a discount coupon for 25% off. Comme...
Tuesday, April 24, 2012 at 6:55AM With a lot of folks off at RailsConf, this will probably be a quiet week on the interwebs. Cloak - Subscription-based VPN designed to integrate with OS X and iOS devices. GitHub does dotfiles - "Your unofficial guide to dotfiles on GitHub." Mainer Ips...
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...
April 20th, 2012 The Authority Gem, Monitoring Federal Election money, redis_failover, getting rid of bundle exec, redis props, and more in this pre-railsconf ruby5. April 17th, 2012 In this episode we discuss how to Backbone Views With Rails jQuery-ujs, Shared Mustache Templates for ...
Yesterday, I was having a discussion with a young, bright, aspiring developer about code, and the subject of tests came up. In the Ruby community these days, the assumption is that everyone tests their apps, so our conversation evolved to the actual testing practice. I appreciate the ...
Environment specific robots.txt with the Roboto Rails Engine Posted by dpickett on April 24, 2012 — 0 comments Introducing Roboto, a Rails Engine for providing environment specific robots.txt files . Use this to hide your staging and QA environments from search engines. Comments P...
All magic comes with a price Posted by shapeshed on April 24, 2012 — 0 comments An opinion article on frameworks in the Ruby and Node.js communities. Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending time to add a proper CAPTCHA ...
kitabu 1.0.0.rc1 A framework that generates PDF and e-Pub from Markdown, Textile, and HTML files. install gem install kitabu --pre Download Subscribe Stats Authors Nando Vieira 2,069 total downloads 3 for this version Owners Links Homepage Source Code Documentation Bundler gem "kitabu...
SwitchFile - a basic utility for jumping across files Posted by gsmendoza on April 24, 2012 — 0 comments SwitchFile is a basic utility for jumping across files. With it, you can open the matching controller, helper, spec of a model file or whatever. You can configure the type of files...
Note that using an adapter method forces the use of the specified adapter, not a database type, even though some adapters have the same name as the database type. So if you want to connect to SQLite, for example, you can do so using the sqlite, do, dbi, jdbc, odbc, and swift adapters....
agig 0.0.5 another Github IRC Gateway install gem install agig Download Documentation Subscribe Stats Authors SHIBATA Hiroshi 371 total downloads 8 for this version Owners Links Homepage Bundler gem "agig", "~> 0.0.5" Versions 0.0.5 April 24, 2012 0.0.4 April 2, 2012 0.0.3 March 31, 2...
Hello, first of all, sorry for my english) After redmine upgrading from 1.2.1 to 1.4: (1. install bitnami stack 2. restore backup of mysql database 3. restore files directory, configs and plugins), i can't login to project and get this error in logs: Processing AccountController#login...
Returns text transformed into HTML using simple formatting rules. Two or more consecutive newlines(\n\n ) are considered as a paragraph and wrapped in <p> tags. One newline (\n ) is considered as a linebreak and a <br /> tag is appended. This method does not remove the newlines from t...
Wunderbar on Rails Tue 24 Apr 2012 at 21:12 Usage: add wunderbar and nokogiri to your Gemfile and run bundle install . Template extensions supported are _html and _json . Examples: view , layout , json . Note that as Rails layouts and views are predicated on the assumption that output...
Команда Rails Rumble опубликовала в своем блоге сообщение о том, что состязание этого года откладывается до конца лета. Изначально событие было намечено на начало 2012, но из-за огромного количества дел, его пришло отложить. Для тех кто не знает о том, что такое Rails Rumble. Это онла...
# File activesupport/lib/active_support/json/encoding.rb, line 245 def encode_json (encoder ) # values are encoded with use_options = false, because we don't want hash representations from ActiveModel to be # processed once again with as_json with options, as this could cause unexpect...