| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Prevent multiple SHOW TABLES calls when a table don't exists in database...
|
|/ / / / / / |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
AS::Callbacks.__run_keyed_callback: remove unused cache
|
| | | | | | | |
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Modify change_table to remove the need for the block argument
|
|/ / / / / / / |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Checking the arity of the block passed to create_table
|
|/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
A recent change made to create_table does away with the
need for the block argument. Checking the arity will prevent the
mixing up of the two syntaxes.
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
in the template name while generating guide related pages
like index, layout and credits
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Fix and simplify highlight regexp
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Fixed error with 'rails generate new plugin' where the .gitignore was not
|
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
properly generated if --dummy-path was used and added test case
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
AS::Callbacks._define_runner better abstraction
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Incapsulate the logic of keyed callback method definition and execution
in the separated method.
|
|\ \ \ \ \ \ \ \
| |_|/ / / / / /
|/| | | | | | | |
AC::Metal#response_body= stores different value in Ruby 1.8 and 1.9
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
value in an Array in both Ruby 1.8 and 1.9 (refs #3581)
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
This was because String#respond_to?(:each) differs in 1.8 and 1.9
|
| | | | | | | | |
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Extend IRB right before starting IRB to remove dependency on IRB from Rails::Application
|
|/ / / / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Rails::Application
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
move Rails console top level methods to IRB context
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
can include these methods
|
| | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
CHANGELOG => CHANGELOG.md
|
|/ / / / / / / / /
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
I missed these in previous commit
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
Refactor test:uncommitted task.
|
|/ / / / / / / / /
| | | | | | | | |
| | | | | | | | | |
Thanks to @sobrinho (Gabriel Sobrinho)
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
exclude ORDER BY clause when querying Relation#exists?
|
|/ / / / / / / / / |
|
|\ \ \ \ \ \ \ \ \
| |_|_|_|_|/ / / /
|/| | | | | | | | |
Updated Rakefile as CHANGELOG has been renamed to CHANGELOG.md
|
| | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Conflicts:
railties/guides/source/active_record_querying.textile
|
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
This works just fine, is less code, and reduces the risk of someone implementing a SQL injection vulnerability.
|
| | | | | | | | | | |
|
| | | | | | | | | | |
|
| | | | | | | | | | |
|
| | | | | | | | | | |
|
| | | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | | |
Fix trouble using :subdomain in development environment when using numeric addresses.
|
|/ / / / / / / / / /
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
numeric addresses.
See-also pull request #3561 from 3-1-stable
Otherwise the following occurs:
TypeError: can't convert nil into String
/Users/bfolkens/dev/bfolkens-rails-core/actionpack/lib/action_dispatch/http/url.rb:75:in host_or_subdomain_and_domain'
/Users/bfolkens/dev/bfolkens-rails-core/actionpack/lib/action_dispatch/http/url.rb:37:in url_for'
/Users/bfolkens/dev/bfolkens-rails-core/actionpack/lib/action_dispatch/routing/url_for.rb:147:in test_subdomain_may_be_accepted_with_numeric_host'
/Users/bfolkens/dev/bfolkens-rails-core/activesupport/lib/active_support/testing/setup_and_teardown.rb:67:in run'
/Users/bfolkens/dev/bfolkens-rails-core/activesupport/lib/active_support/callbacks.rb:426:in send'
/Users/bfolkens/dev/bfolkens-rails-core/activesupport/lib/active_support/callbacks.rb:81:in run'
|
|\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | | |
Should be checking if file exists or not.
|
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
I found this bug when running rake test:uncommitted
on a newly generated rails app which don't have
test file for application_controller.
Can see detail here #3461
|
|\ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / /
|/| | | | | | | | | | |
Warnings removed.
|
|/ / / / / / / / / / |
|
|\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | | |
CHANGELOG to CHANGELOG.md
|