Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | Fix MigratorTest#test_migrator_verbosity | bogdanvlviv | 2017-04-26 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #28840 from rails/sane-sdoc | Rafael França | 2017-04-25 | 2 | -5/+5 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Ask for a sane version of SDoc | Zachary Scott | 2017-04-23 | 2 | -5/+5 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge pull request #28853 from kamipo/replace_regexp_z | Rafael França | 2017-04-25 | 5 | -20/+20 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Replace \Z to \z | Ryuta Kamizono | 2017-04-24 | 5 | -20/+20 | |
* | | | | | | | Merge pull request #28872 from eugeneius/enumerator_size | Rafael França | 2017-04-25 | 3 | -22/+14 | |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | ||||||
| * | | | | | | Remove checks for Enumerator#size method | Eugene Kenny | 2017-04-25 | 3 | -22/+14 | |
* | | | | | | | Merge pull request #28873 from aviav/typos | Vipul A M | 2017-04-25 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Fix typos [ci skip] | Tobias Fankhänel | 2017-04-25 | 1 | -2/+2 | |
|/ / / / / / | ||||||
* | | | | | | Add missing `action_view` section of config flag | Jon Moss | 2017-04-24 | 1 | -1/+1 | |
* | | | | | | Merge pull request #28861 from koic/unify_names_of_github | Vipul A M | 2017-04-25 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Unify the name of GitHub [ci skip] | Koichi ITO | 2017-04-25 | 1 | -1/+1 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #28860 from y-yagi/add_form_with_generates_remote_forms_to... | Vipul A M | 2017-04-25 | 1 | -0/+2 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Add `form_with_generates_remote_forms` to configuring guide [ci skip] | yuuji.yaginuma | 2017-04-25 | 1 | -0/+2 | |
| |/ / / / | ||||||
* | | / / | Fix regexp in the doc [ci skip] | Ryuta Kamizono | 2017-04-24 | 1 | -1/+1 | |
| |_|/ / |/| | | | ||||||
* | | | | secrets.yml --> config/secrets.yml | Jon Moss | 2017-04-23 | 1 | -1/+1 | |
* | | | | Add Action View info to 5.1 release notes | Jon Moss | 2017-04-23 | 1 | -0/+23 | |
* | | | | Use parameters, not params | Jon Moss | 2017-04-23 | 1 | -2/+2 | |
* | | | | Small grammar fixes | Jon Moss | 2017-04-23 | 1 | -7/+6 | |
* | | | | Remove unused heading | Jon Moss | 2017-04-23 | 1 | -2/+0 | |
* | | | | Add more Railties notable changes | Jon Moss | 2017-04-23 | 1 | -0/+8 | |
* | | | | Add Railties info to 5.1 release notes | Jon Moss | 2017-04-23 | 1 | -0/+36 | |
* | | | | Add Active Model info to 5.1 release notes | Jon Moss | 2017-04-23 | 1 | -1/+12 | |
* | | | | Remove unused headings | Jon Moss | 2017-04-23 | 1 | -4/+0 | |
* | | | | Finish Action Cable section in release notes | Jon Moss | 2017-04-23 | 1 | -0/+6 | |
* | | | | Finish Action Mailer section in release notes | Jon Moss | 2017-04-23 | 1 | -4/+4 | |
* | | | | Add Active Job info to 5.1 release notes | Jon Moss | 2017-04-23 | 1 | -1/+12 | |
* | | | | Merge pull request #28841 from pendletons/upgrade-doc-typo | Jon Moss | 2017-04-23 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | [ci_skip] Fix typo in Rails 5.1 upgrade notes | Shanthi Pendleton | 2017-04-23 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Merge pull request #28829 from y-yagi/follow_up_128b804 | Rafael França | 2017-04-22 | 2 | -2/+32 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Set to `form_with_generates_remote_forms` only when config is explicitly spec... | yuuji.yaginuma | 2017-04-22 | 2 | -2/+32 | |
|/ / | ||||||
* | | Add note about #26929 in the upgrade guide | Rafael Mendonça França | 2017-04-21 | 1 | -0/+17 | |
* | | Configure form_with_generates_remote_forms in its own initializer | Rafael Mendonça França | 2017-04-21 | 3 | -0/+61 | |
* | | Add test case to make sure we can implicit convert a Parameters to a Hash | Rafael Mendonça França | 2017-04-20 | 1 | -0/+7 | |
* | | Merge pull request #28432 from marksiemers/master | Rafael França | 2017-04-20 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | Update 'Building Complex Forms' with `inverse_of` | marksiemers | 2017-03-15 | 1 | -1/+1 | |
* | | | Merge pull request #28818 from y-yagi/add_require | Rafael França | 2017-04-20 | 1 | -0/+1 | |
|\ \ \ | ||||||
| * | | | Add missing require | yuuji.yaginuma | 2017-04-21 | 1 | -0/+1 | |
* | | | | Merge pull request #28596 from betesh/fix-double-habtm-insert | Rafael Mendonça França | 2017-04-20 | 3 | -0/+32 | |
|\ \ \ \ | ||||||
| * | | | | Don't attempt to create a new record that was already created. | Isaac Betesh | 2017-04-20 | 3 | -0/+32 | |
|/ / / / | ||||||
* | | | | Merge pull request #28640 from kamipo/prevent_double_firing_before_save_callback | Rafael França | 2017-04-20 | 5 | -54/+70 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Prevent double firing the before save callback of new object when the parent ... | Ryuta Kamizono | 2017-04-21 | 5 | -54/+70 | |
* | | | | Add comma | Jon Moss | 2017-04-20 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Merge pull request #28681 from runephilosof/fix-mysql-grant | Rafael Mendonça França | 2017-04-20 | 3 | -2/+6 | |
|\ \ \ | ||||||
| * | | | Fix quoting in db:create grant all statement. | Rune Schjellerup Philosof | 2017-04-20 | 3 | -2/+6 | |
* | | | | Merge pull request #28582 from sbull/activejob-error-logging | Rafael França | 2017-04-20 | 5 | -4/+26 | |
|\ \ \ \ | ||||||
| * | | | | Add error logging to Active Job | Steven Bull | 2017-03-27 | 5 | -4/+26 | |
* | | | | | Merge pull request #28815 from joshnuss/fix/hash-from-xml-nokogiri | Rafael França | 2017-04-20 | 5 | -13/+9 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fixes Hash.from_xml with frozen strings for all backends | Josh Nussbaum | 2017-04-20 | 5 | -13/+9 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #28814 from halfbyte/fix_error_pages_for_turbolinks | Rafael França | 2017-04-20 | 4 | -18/+25 | |
|\ \ \ \ \ |