Update to Rails 2.3.9 and itextomml 1.3.27

This commit is contained in:
Jacques Distler 2010-09-05 15:24:15 -05:00
parent 113e0af736
commit ef30cc22df
200 changed files with 3065 additions and 1204 deletions

View file

@ -8,7 +8,7 @@ class MigrationGenerator < Rails::Generator::NamedBase
private
def get_local_assigns
returning(assigns = {}) do
{}.tap do |assigns|
if class_name.underscore =~ /^(add|remove)_.*_(?:to|from)_(.*)/
assigns[:migration_action] = $1
assigns[:table_name] = $2.pluralize

View file

@ -1,3 +1,4 @@
require 'rubygems'
require 'test/unit'
require 'active_support'
require 'active_support/test_case'
require 'active_support/test_case'