More at rubyonrails.org: Overview | Download | Deploy | Code | Screencasts | Documentation | Ecosystem | Community | Blog

#34 Yves Senn - This year
Showing 124 commits

Hash Date Message
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
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.
8f6fa34 2013-02-23 Sqlite preserves primary keys when copying/altering tables.
a72dab0 2013-02-22 determine the match shorthand target early.
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
9be7f63 2013-02-19 keep the build :green_heart:, #first on 1.8.7 and pg is ...
4ef75b6 2013-02-24 don't apply invalid ordering when preloading hmt associa...
587f563 2013-02-19 don't cache invalid subsets when preloading hmt associat...
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
baeafb4 2013-02-10 use .ruby-version instead of tool specifc config
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
33841a9 2013-01-02 Backport #8701, do not append a second slash with `trail...
0b2ce7d 2013-01-02 do not append a second slash when using
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
cca4352 2013-02-20 reserve index name chars for internal rails operations
cce94e7 2013-02-04 partials inside directory work with `assert_template`
c21ab33 2013-02-04 descriptive `assert_template` error when partial wasn't ...
0a6b61a 2013-02-20 descriptive error message when AR adapter was not found....