| ef99c11 |
2013-05-23 |
Fix the `:primary_key` option for `has_many` associations. |
| 7890373 |
2013-05-21 |
the rake task `db:test:prepare` needs to load the config... |
| 33008ab |
2013-05-07 |
according to @fxn it's ERB not ERb. |
| 6cc1b42 |
2013-04-30 |
more naming fixes. |
| d2fe723 |
2013-04-30 |
it's Active Record not ActiveRecord |
| fb2d62d |
2013-04-22 |
also assign nil in dirty nullable_datetime test. #10237 |
| dc5520f |
2013-04-15 |
asset guide, match application.rb snippets to the genera... |
| 1655f41 |
2013-04-15 |
more Ruby 1.9 Hash syntax in our guides |
| bd4470e |
2013-04-15 |
Ruby 1.9 hash syntax for action controller guide |
| 068289f |
2013-04-12 |
align the result of expressions vertically [ci skip]. |
| c245437 |
2013-04-12 |
use unified and clean formatting in CHANGELOGS. [ci skip] |
| d4ae49b |
2013-04-09 |
get the Action Mailer guide ready. [ci skip] |
| c918298 |
2013-04-04 |
describe Action Mailer I18n subject lookup |
| 3397192 |
2013-04-03 |
fix regression in Mapper when `format:` was used in a `s... |
| a3bb138 |
2013-04-03 |
fix formatting typo, + should be ` |
| 7c69945 |
2013-04-03 |
add `(association)`_type to schema convetions in AR basi... |
| d131c9a |
2013-04-03 |
link the Active Record pattern to the EAA Catalog |
| ab547e7 |
2013-04-03 |
remove trailing whitespace from AR Basics guide |
| 3a90e81 |
2013-04-03 |
remove broken links from reference section in debugging ... |
| dc1347b |
2013-04-03 |
adjust config.ru tempalte used in the rails on rack guide |
| be73626 |
2013-04-02 |
replace #merge with relation API calls in calculations_t... |
| 341e611 |
2013-03-28 |
determine_constant_from_test_name does not swallow NoMet... |
| 1a5c3f4 |
2013-03-27 |
mention strong parameters in complex forms section of th... |
| 69e87f5 |
2013-03-26 |
routing shorthand syntax works with multiple paths |
| d5f4cac |
2013-03-26 |
bugfix, when matching multiple paths with `get`, `post`,... |
| 441fa86 |
2013-03-25 |
use relative links inside guides [ci skip] |
| b662cb8 |
2013-03-25 |
move mailer testing examples into the testing guide. |
| 845cc5c |
2013-03-22 |
use ruby 1.8 Hash syntax [ci skip] |
| 22a819a |
2013-03-22 |
test-case to prevent resetting associations when preload... |
| c8edd4f |
2013-03-22 |
do not reset associations when preloading twice. |
| 836ea9f |
2013-03-18 |
`TimeWithZone` raises `NoMethodError` in proper context. |
| 09fced4 |
2013-03-18 |
refer to the contributing guide on how to create issues. |
| f662a74 |
2013-03-18 |
do not freeze NumberHelper defaults. |
| 85261a5 |
2013-03-18 |
remove ancient TODOs [ci skip]. |
| 274e966 |
2013-03-17 |
`rake db:create` does not change permissions of root user. |
| 34402c7 |
2013-03-15 |
make it possible to disable implicit join references. |
| b601399 |
2013-03-15 |
`#reset_counters` verifies counter names. |
| e8598a5 |
2013-03-15 |
document request simulation methods in functional tests. |
| 41a14dc |
2013-03-15 |
`Http::Headers` directly modifies the passed environment. |
| a709246 |
2013-03-13 |
`Http::Headers` respects dotted env vars, symbols, heade... |
| 9af59b2 |
2013-03-13 |
allow headers and env to be passed in `IntegrationTest`. |
| e2a5de2 |
2013-03-13 |
refactor, `Http::Headers` stores headers in env notation |
| 8945be4 |
2013-03-13 |
Http::Headers respects headers that are not prefixed wit... |
| 5ed4696 |
2013-03-13 |
fix typo in Active Record CHANGELOG [ci skip] |
| cd87c85 |
2013-03-15 |
Deprecate the `:distinct` option for `Relation#count`. |
| a1bb6c8 |
2013-03-15 |
rename `Relation#uniq` to `Relation#distinct`. `#uniq` s... |
| 9b5c085 |
2013-03-15 |
config.ru uses the effective Rack app |
| 12d57ca |
2013-03-10 |
document habtm join-table name with custom prefix [ci sk... |
| ad1a24f |
2013-03-09 |
Uniqueness validation uses a proc to specify the `:condi... |
| a58e660 |
2013-03-09 |
Use "Fixes" in place of "Fix" in changelogs for consiste... |
| 41b9e86 |
2013-03-09 |
fixed typo in strong parameters example |
| 1d8b566 |
2013-03-09 |
strong parameter example for hashes with integer keys. |
| 239f0d0 |
2013-03-07 |
replace non-breaking spaces with normal spaces [ci skip] |
| f8b0e54 |
2013-03-06 |
CHANGELOG entry for improved singularizing of singulars. |
| 0e7abf2 |
2013-03-05 |
example for `accepts_nested_attribtues_for` and strong p... |
| aeb48c3 |
2013-03-05 |
strong parameters example for default values using `fetc... |
| eeba679 |
2013-03-04 |
rewrite tests to have no side-effects on `include_root_i... |
| 8c7d401 |
2013-03-04 |
`ActiveRecord::Base.include_root_in_json` is `false` by ... |
| 8c1687b |
2013-03-04 |
`has_secure_password` is not invalid when assigning empt... |
| b501ee4 |
2013-03-04 |
`validates_confirmation_of` does not override writer met... |
| 0a5fdcd |
2013-03-06 |
rake db:structure:dump warns when `mysqldump` is not in ... |
| 854b742 |
2013-03-06 |
`Connection#structure_dump` is no longer used. #9518 |
| b9399c4 |
2013-03-01 |
deal with `#append` and `#prepend` on association collec... |
| ce7133b |
2013-03-01 |
don't use non-ascii ' chars in documentation |
| b337390 |
2013-03-05 |
transactions can be turned off per Migration. |
| f1241ef |
2013-03-05 |
transactional migration test-case was broken. |
| 5d0ca74 |
2013-02-28 |
Support PostgreSQL specific column types when using `cha... |
| 2e2f8c0 |
2013-02-28 |
Update docs, change_table does not use TableDefinition. |
| 36abb55 |
2013-02-28 |
update docs, change_table does not use TableDefinition. |
| afddc04 |
2013-02-27 |
`format: true` does not override existing format constra... |
| fb63753 |
2013-03-03 |
integrate the strong params README into the AC guide. |
| a689482 |
2013-02-27 |
cleanup AP number_helpers_test |
| 152f2f3 |
2013-02-27 |
remove duplicated number_helper tests in AP. They are al... |
| 794cbf3 |
2013-02-26 |
allow non-String default params in the router. |
| 09d9f04 |
2013-02-26 |
the router allows String contraints. |
| 536b3f0 |
2013-02-25 |
some minor AR changelog modifications [ci skip] |
| e035699 |
2013-02-25 |
Expand order(:symbol) to "table".symbol to prevent broke... |
| 2777844 |
2013-02-25 |
update 4.0 release notes to reflect the removal of auto ... |
| 74bc0d0 |
2013-02-24 |
update the example for `after_commit` in the guides. |
| d3688e0 |
2013-02-24 |
remove AR auto-explain (config.auto_explain_threshold_in... |
| 6bd1cae |
2013-02-24 |
Revert "move config.assets.precompile into config/applic... |
| e7f0716 |
2013-02-24 |
also rename the test-case class inside columns_test.rb |
| d03928c |
2013-02-23 |
rename_column_test.rb -> columns_test.rb to reveal intent. |
| 2d4e3fe |
2013-02-23 |
forwardport #9388 rename/remove column preserves custom PK. |
| c88ee76 |
2013-02-21 |
determine the match shorthand target early. |
| d98763a |
2013-02-21 |
multiple actions for :on option with `after_commit` and ... |
| 2dffe37 |
2013-02-21 |
remove uncommented railties boot_test.rb |
| de615b3 |
2013-02-20 |
unify AR changelog entries [ci skip] |
| 304f4d4 |
2013-02-20 |
move config.assets.precompile into config/application.rb |
| 4ef75b6 |
2013-02-24 |
don't apply invalid ordering when preloading hmt associa... |
| 4a4ff50 |
2013-02-14 |
don't cache invalid subsets when preloading hmt associat... |
| 9e23399 |
2013-02-11 |
fix the example code in the engines guide. closes #8583. |
| fdf04fe |
2013-02-11 |
remove trailing whitespace from engines guide |
| 9e10d59 |
2013-02-09 |
the `:controller` option for routes can contain numbers.... |
| 96c1caf |
2013-02-24 |
test case to prevent duplicated associations with custom... |
| fa18c61 |
2013-03-07 |
test case for `serialize` default values. |
| 18dceeb |
2013-01-26 |
document the behavior of `ActionMailer::Base.delivieries... |
| 648def4 |
2013-01-26 |
`#count` in conjunction with `#uniq` performs distinct c... |
| 4b7a33e |
2013-03-05 |
assigning '0.0' to a nullable numeric column does not ma... |
| 69f28a7 |
2013-02-06 |
ruby constant syntax is not supported as routing `:contr... |
| 7e6e4f2 |
2013-01-21 |
document how to create custom rails environments |
| 29a69cd |
2013-01-17 |
spelling correction for AM interceptors |
| a777240 |
2013-01-16 |
document Intercepters in ActionMailer guide |
| bc19c0d |
2013-01-14 |
test for ActiveModel::Conversion#to_partial_path and nam... |
| ec07735 |
2013-01-12 |
`CollectionAssociation#empty?` respects newly builded re... |
| d262fab |
2013-01-10 |
mention performance test extraction in 4.0 guide |
| 5ca7ddc |
2013-01-10 |
remove the rails guide on performance testing |
| ce8e3d3 |
2013-01-10 |
remove performance tests from the default stack |
| 3e1ed78 |
2013-01-10 |
extract PerformanceTest into rails-performance_tests gem |
| 947e1d5 |
2013-01-05 |
deprecate `assert_blank` and `assert_present`. |
| 80795e0 |
2013-01-05 |
display mountable engine routes on RoutingError. |
| 19e9e67 |
2013-01-16 |
replace regexp global in #url_for |
| 0b2ce7d |
2013-01-02 |
do not append a second slash when using |
| b8c2f3c |
2012-12-31 |
charset should not be appended for `head` responses |
| af5c0fd |
2013-01-05 |
split formatting concerns from RoutesInspector |
| 39eef1a |
2013-02-20 |
also rename indexes when a table or column is renamed |
| 72ca2d7 |
2013-02-20 |
reserve less chars for internal sqlite3 operations |
| d1f2155 |
2012-12-28 |
work off FIXME comments in AR rename_column_test.rb |
| cca4352 |
2013-02-20 |
reserve index name chars for internal rails operations |
| e68505a |
2012-12-27 |
rewrite order dependent test case. #8185 |
| edae477 |
2012-12-26 |
quote column names in generated fixture files |
| 6c8a48e |
2012-12-25 |
replace AS::BufferedLogger doc mentions with AS::Logger |
| 8787c6e |
2012-12-25 |
deprecation warning when BufferedLogger is instantiated |
| 433ebbd |
2012-12-25 |
ActiveSupport::BufferedLogger can be subclassed |
| d01f913 |
2012-12-19 |
Keep index names when using with sqlite3 |
| cce94e7 |
2013-02-04 |
partials inside directory work with `assert_template` |
| c21ab33 |
2013-02-04 |
descriptive `assert_template` error when partial wasn't ... |
| 349d460 |
2012-12-13 |
recognize migrations, in folders containing numbers and ... |
| ec3429a |
2012-12-10 |
The return value from mailer methods is not relevant. |
| db51704 |
2012-12-04 |
Do not instantiate intermediate AR objects when eager lo... |
| 60b525c |
2012-12-02 |
More descriptive error when rendering a partial with `:l... |
| 4fe70ee |
2012-11-29 |
augment the rails4 guide with links to PRs |
| ce7a493 |
2012-11-29 |
add list of extracted plugins to rails4 guide |
| 6fc8320 |
2012-11-26 |
log output from activemodel's railtie_test directly to S... |
| 22598ee |
2012-11-25 |
cleanup, removed dispensable `require` statements from `... |
| b7edbc7 |
2012-11-25 |
cleanup, remove broken whitespace |
| 47b4ed9 |
2012-11-24 |
document :hidden_field_id option for fields_for |
| 053bfa2 |
2012-11-22 |
prevent mass assignment of polymorphic type when using `... |
| e63a97d |
2012-11-18 |
refactor the naming within plugin new generator |
| 7cb0c88 |
2012-11-18 |
cleanup, remove whitspace from railties CHANGELOG |
| a1fd9cd |
2012-11-18 |
require bundler groups to include rake-tasks in engines |
| 1f1ccbc |
2012-11-18 |
make ActionMailer::QueuedMessage autoloadable |
| 1d07d3d |
2012-11-19 |
render every partial with a new `PartialRenderer`. |
| 78dca35 |
2012-11-12 |
`#as_json` isolates options when encoding a hash. Closes... |
| 663d9ef |
2012-11-12 |
`#pluck` can be used on a relation with `select` clause. |
| d5ac280 |
2012-11-12 |
cleanup, removed whitespace from CHANGELOG |
| 1785bf7 |
2012-11-08 |
`plugin new` adds dummy app tasks when necessary. |
| 710e371 |
2012-11-04 |
:counter_cache option for to support custom named count... |
| ff3ab8a |
2012-11-04 |
routing prefix slash replacement is no longer necessary |
| 88ba1fb |
2012-11-04 |
test case to lock down the behavior of #7842 |
| 0a6b61a |
2013-02-20 |
descriptive error message when AR adapter was not found.... |
| b104157 |
2012-10-28 |
refactor `SQLite3Adapter#copy_table` to prevent primary ... |
| e4790a2 |
2012-10-28 |
raise `ArgumentError` when redefining the primary key co... |
| 4d7f533 |
2012-10-27 |
cleanup, remove trailing whitespace within actionpack |
| f00b33e |
2012-10-18 |
cleanup, replace non-breaking spaces with spaces |
| a06012c |
2012-10-18 |
active_model/validations requires necessary files to run |
| 7fc0519 |
2012-10-12 |
trailling whitespace cleanup in query_methods.rb |
| 626f7df |
2012-10-09 |
remove duplicated require statements in AR test cases |
| d6524d7 |
2012-10-11 |
refactor `ActionView::TestCase` internals to track rende... |
| ed95674 |
2012-10-11 |
recognizes when a partial was rendered twice. Closes #3675 |
| 13206cc |
2012-10-08 |
remove unused `expand_range_bind_variables` method |
| 16e4a53 |
2012-10-05 |
PostgreSQL, quote table names when fetching the primary ... |
| af677da |
2012-10-06 |
can't pass :locals to #assert_template without a view te... |
| bb0f4a1 |
2012-10-01 |
prefix TemplateAssertions ivars (#7459) |
| b786f06 |
2012-10-28 |
Do not render views when mail() isn't called. (NullMail ... |
| b30ce03 |
2012-10-01 |
resource and resources do no longer modify passed options |
| dadfa9a |
2012-09-17 |
cleanup, remove whitespace from CHANGELOG |
| 370dcd9 |
2012-09-17 |
log 404 status when ActiveRecord::RecordNotFound was rai... |
| 319482d |
2012-09-06 |
postgres, map scaled intervals to string datatype (#7518) |
| 9f494a9 |
2012-09-03 |
test cleanup, remove ruby_type because it's no longer ne... |
| 77ca281 |
2012-09-03 |
rewrite inheritance tests with a custom inheritance_column |
| 2057495 |
2012-09-03 |
set the configured #inheritance_column on #become (#7503) |
| fa5f037 |
2012-05-03 |
allow the :converter Proc form composed_of to return nil |