Update to Rails 2.3.9 and itextomml 1.3.27
This commit is contained in:
parent
113e0af736
commit
ef30cc22df
200 changed files with 3065 additions and 1204 deletions
|
@ -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
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
require 'rubygems'
|
||||
require 'test/unit'
|
||||
require 'active_support'
|
||||
require 'active_support/test_case'
|
||||
require 'active_support/test_case'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue