Sequel is a lightweight database access toolkit for Ruby. * Sequel provides thread safety, connection pooling and a concise DSL for constructing SQL queries and table schemas. * Sequel includes a comprehensive ORM layer for mapping records to Ruby objects and handling associated recor...
We received a note from Ania Banaszek from Netguru a Polish Rails consultancy who’s organizing the Ruby Open Source Challenge which started on July 1st. It’s basically a month long bounty to help improve open source projects. This first edition is dedicated to Active Admin, a very pop...
We can all write better Ruby code Though we don't like to admit it, all hackers churn out bad code from time to time. But most coders worth their salt also have it in them to produce software that is truly elegant without sacrificing practicality. Because we value our craft, its impor...
Implements the complete functionality of the Klout REST API (v2+).
railties/lib/rails/test_help.rb railties/lib/rails/commands/benchmarker.rb railties/lib/rails/commands/profiler.rb railties/lib/rails/commands/plugin.rb actionpack/lib/action_controller/deprecated/performance_test.rb actionpack/lib/action_controller/deprecated/integration_test.rb acti...
Thursday, August 2, 2012 at 4:25AM First Cub Scout meeting of the new school year tonight, yay. Rails 3.2.8.rc1 has been released! - With a critical fix for RSpec users, and announcing a new policy deprecating deprecations on point releases. My New Book: Developing, Deploying and Debu...
Jul 19, 2010 | 16 minutes | Views , Performance There are a number of libraries to help create graphs. Here I show how to integrate Highcharts into a Rails app. Click to Play Video ▶ Tweet Download: source code Project Files in Zip (88.5 KB) mp4 Full Size H.264 Video (31.6 MB) m4v Sma...
The art/craft/commodity continuum December 27, 2011 When you create art, the purpose is self-expression. When you create software, the purpose is rarely self-expression. When you create software, someone somewhere wants it to perform a set of functions and has a stake in how well thos...
#343 Full-Text Search in PostgreSQL Apr 17, 2012 | 16 minutes | Search , Tools , Plugins , Active Record Postgres offers full-text searching right out of the box. This episode shows how to write queries from scratch, apply tools like Texticle and pg_search, and optimize performance th...
RailsCasts is produced by Ryan Bates (rbates on Twitter and ryanb on GitHub). A new episode will be released each week featuring tips and tricks with Ruby on Rails . The screencasts are short and focus on one technique so you can quickly move on to applying it to your own project. The...
DataMapper Community Documentation Development Contribute Wiki Get Started Using Git The DataMapper project uses the Git SCM. Committers need to use git to commit their code directly to the main repository. This page contains information on getting Git installed, getting source code w...
#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...
Welcome to issue 104 of Ruby Weekly! I've recommended Marc Andre Cournoyer's Rails classes in the past and now he's doing even more, so it's great to have him on board as a sponsor this week, check him out. Headlines Phusion Passenger Enterprise Released The chaps at Phusion have unve...
Trust plays a very important role at speakerconf. speakerconf is known as a place where you can be honest without fear of repercussions. Every year we have several presentations that are confidential, and those are often some of the most interesting presentations. Josh and I have made...
If true, destroys any members from the attributes hash with a _destroy key and a value that evaluates to true (eg. 1, ‘1’, true, or ‘true’). This option is off by default. :reject_if Allows you to specify a Proc or a Symbol pointing to a method that checks whether a record should be b...
createsend 1.1.1 Implements the complete functionality of the createsend API. install gem install createsend Download Documentation Subscribe Stats Authors James Dennes 22,197 total downloads 44 for this version Owners Links Homepage Source Code Bug Tracker Gemfile gem "createsend", "...