Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Close issue #4208 #4209

Closed
wants to merge 70 commits into from
Closed

Close issue #4208 #4209

wants to merge 70 commits into from

Conversation

tapajos
Copy link
Contributor

@tapajos tapajos commented Dec 27, 2011

check: #4208

josevalim and others added 30 commits December 20, 2011 11:56
Signed-off-by: José Valim <jose.valim@gmail.com>
Signed-off-by: José Valim <jose.valim@gmail.com>
After 15fb430 the default location of the :sql schema_format location was
changed from environment_name.sql to structure.sql. This pull request updates
a reference to the old schema format location in the migration guides.
fix adding field_with_errors to date selects, closes #3487
Fix regression in select form helper when options are non-string values
…estTaskWithoutDescription.

This makes it easier to add your own tests to the default suite:

  namespace :test do
    task run: 'test:acceptance'

    Rails::SubTestTask.new acceptance: 'test:prepare' do |t|
      t.libs << 'test'
      t.pattern = 'test/acceptance/**/*_test.rb'
    end
  end

Now `rake` runs unit, functional, integration, and acceptance tests.
… with strict mass assignment sanitizer, fixed build_record to not merge creation_attributes, removed failing nested attributes tests (that feature was broken anyway) #4051

Signed-off-by: José Valim <jose.valim@gmail.com>
…erer#determine_template

Signed-off-by: José Valim <jose.valim@gmail.com>
* '3-2-stable' of github.com:rails/rails:
  [docs] added missing "}" fixes #4126
vijaydev and others added 28 commits December 24, 2011 00:59
Signed-off-by: José Valim <jose.valim@gmail.com>
…hether particular property should be an index like this 'rails g model person name:string:index profile:string'
Otherwise, the schema and seed will be loaded onto the
test database.
Reconnect to the first database after db:create
* Passing edge information to the views fixes the lack of the edge badge
and sets the appropriate welcome page on edgeguides.rubyonrails.org.
* Changes in the welcome message to hyper link the rails tree based on
the version.
* Mention the Amazon url from where kindlegen can be downloaded.
If you used dynamic constraint like that:

  scope :constraint => MyConstraint.new do
    mount RackApp => "/foo"
  end

routes were not displayed correctly when using `rake routes`.
This commit fixes it. If you want nice display of dynamic
constraints in `rake routes` output, please just override
to_s method in your constraint's class.
@tapajos
Copy link
Contributor Author

tapajos commented Dec 27, 2011

invalid. My mistake.

@tapajos tapajos closed this Dec 27, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet