Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | Underscore in markdown should be escaped with backslash [ci skip] | Harshad Sabne | 2013-11-26 | 1 | -1/+1 | |
| * | | | | | | | Globalize has moved to a new repository | Harshad Sabne | 2013-11-25 | 1 | -1/+1 | |
* | | | | | | | | couple of tweaks to the release notes [ci skip] | Xavier Noria | 2013-12-19 | 1 | -2/+2 | |
* | | | | | | | | pass over half of the release notes [ci skip] | Xavier Noria | 2013-12-19 | 1 | -36/+38 | |
* | | | | | | | | Merge pull request #13406 from hincupetru/master | Rafael Mendonça França | 2013-12-19 | 2 | -1/+7 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fixed configurable.rb regular expression name check | Hincu Petru | 2013-12-19 | 2 | -1/+7 | |
* | | | | | | | | | Fix assertions for testing unknown formats using Mime::NullType | Carlos Antonio da Silva | 2013-12-19 | 1 | -5/+5 | |
* | | | | | | | | | Merge pull request #13404 from JuanitoFatas/remove-tt | Rafael Mendonça França | 2013-12-19 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | [ci skip] Remove <tt> tag in 4_1_release notes. | Juanito Fatas | 2013-12-19 | 1 | -2/+2 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #13401 from akshay-vishnoi/refactor | Rafael Mendonça França | 2013-12-19 | 2 | -9/+13 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Prevent creation of instance methods when `instance_reader = false`, Grammar ... | Akshay Vishnoi | 2013-12-19 | 2 | -9/+13 | |
* | | | | | | | | | Merge pull request #13395 from kuldeepaggarwal/postgres-table-ref-regex | Carlos Antonio da Silva | 2013-12-19 | 3 | -1/+28 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix PostgreSQL insert to properly extract table name from multiline string SQL. | Kuldeep Aggarwal | 2013-12-19 | 3 | -1/+28 | |
* | | | | | | | | | | Show routes defined under assets prefix | Ryunosuke SATO | 2013-12-19 | 3 | -1/+17 | |
* | | | | | | | | | | Prefer assert_raise instead of flunk + rescue to test for exceptions | Carlos Antonio da Silva | 2013-12-19 | 11 | -84/+52 | |
* | | | | | | | | | | Fix asserting the correct exception message in dependencies test | Carlos Antonio da Silva | 2013-12-19 | 1 | -2/+2 | |
* | | | | | | | | | | Update configuring guide with I18n options regarding available locales | Jared Beck | 2013-12-19 | 1 | -0/+6 | |
* | | | | | | | | | | Merge pull request #13393 from matthewd/fix_pg_range_tests | Carlos Antonio da Silva | 2013-12-19 | 1 | -11/+11 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Fix PostgreSQL range tests | Matthew Draper | 2013-12-19 | 1 | -11/+11 | |
* | | | | | | | | | | | Unused classes in AMo tests | Akira Matsuda | 2013-12-19 | 1 | -11/+0 | |
| |_|/ / / / / / / / |/| | | | | | | | | | ||||||
* | | | | | | | | | | Unused classes in AS tests | Akira Matsuda | 2013-12-19 | 4 | -30/+0 | |
* | | | | | | | | | | Merge pull request #13400 from nishant-cyro/docs | Guillermo Iguaran | 2013-12-18 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | fix typos and grammar mistake [ci skip] | nishant-cyro | 2013-12-19 | 2 | -2/+2 | |
* | | | | | | | | | | | Merge pull request #13398 from kuldeepaggarwal/build-fixes | Guillermo Iguaran | 2013-12-18 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | set encoding UTF-8 for accepting multibyte character | Kuldeep Aggarwal | 2013-12-19 | 1 | -0/+2 | |
* | | | | | | | | | | | | Merge pull request #13399 from ghiculescu/patch-1 | Guillermo Iguaran | 2013-12-18 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Fix typo: data --> date | Alex Ghiculescu | 2013-12-19 | 1 | -1/+1 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge pull request #13366 from vipulnsward/minitest-namespace-change | Godfrey Chan | 2013-12-18 | 10 | -18/+18 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Change all `MiniTest` to `Minitest` since, `MiniTest` namespace has been rena... | Vipul A M | 2013-12-18 | 10 | -18/+18 | |
* | | | | | | | | | | | Unused classes in test case | Akira Matsuda | 2013-12-19 | 1 | -25/+0 | |
* | | | | | | | | | | | Merge pull request #13386 from rono23/fix-to-param | Rafael Mendonça França | 2013-12-18 | 2 | -2/+10 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Fix to_param when attribute has multibyte character | rono23 | 2013-12-19 | 2 | -2/+10 | |
* | | | | | | | | | | | | make clear that config/secrets.yml passes through ERB and therefore supports ENV | Xavier Noria | 2013-12-18 | 1 | -0/+6 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | Always point to latest rbx and jruby in travis | Santiago Pastorino | 2013-12-18 | 1 | -4/+4 | |
* | | | | | | | | | | | document how to access mail previews. [ci skip] | Yves Senn | 2013-12-18 | 1 | -0/+3 | |
* | | | | | | | | | | | Fix nil assignment to polymorphic belongs_to | Jeremy Kemper | 2013-12-18 | 1 | -0/+5 | |
* | | | | | | | | | | | Merge pull request #13370 from abhishekjain16/refactor_rails | Yves Senn | 2013-12-18 | 1 | -16/+10 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | duplication removed(DRY) | abhishek | 2013-12-18 | 1 | -16/+10 | |
* | | | | | | | | | | | | Merge pull request #13373 from sbagdat/patch-1 | Damien Mathieu | 2013-12-18 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Fix typo [ci skip] | Sıtkı Bağdat | 2013-12-18 | 1 | -1/+1 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Added a link to the Module#concerning docs from the 4.1 release notes [ci skip] | Godfrey Chan | 2013-12-18 | 1 | -4/+8 | |
* | | | | | | | | | | | | Merge pull request #13367 from abhishekjain16/new_branch | Yves Senn | 2013-12-18 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | change to DateTime.civil_from_format from DateTime.civil_from_fromat in chang... | abhishek | 2013-12-18 | 1 | -1/+1 | |
* | | | | | | | | | | | | Merge pull request #13340 from akshay-vishnoi/typo | Godfrey Chan | 2013-12-18 | 1 | -5/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | #none documentation updated [ci skip] | Akshay Vishnoi | 2013-12-18 | 1 | -5/+4 | |
* | | | | | | | | | | | | | Use annotated git tags for release task | Jeremy Kemper | 2013-12-18 | 2 | -2/+2 | |
| |_|_|_|/ / / / / / / / |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | we should use annotated tags for releases. | Yves Senn | 2013-12-18 | 2 | -2/+2 | |
* | | | | | | | | | | | | Merge pull request #13363 from kuldeepaggarwal/f-video-options | Guillermo Iguaran | 2013-12-17 | 2 | -5/+11 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | allow video_tag to accept `size` as `Number` for square shaped videos | Kuldeep Aggarwal | 2013-12-18 | 2 | -5/+11 | |
* | | | | | | | | | | | | | Merge pull request #13364 from corprew/patch-1 | Arun Agrawal | 2013-12-17 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | |