Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge commit 'mainstream/master' | Pratik Naik | 2009-03-12 | 8 | -6/+70 |
|\ | | | | | | | | | | | Conflicts: actionpack/lib/action_view/helpers/text_helper.rb activesupport/lib/active_support/inflector.rb | ||||
| * | Fixed that template runner gem method to output :lib => false correctly ↵ | Damian Terentiev | 2009-03-12 | 2 | -1/+6 |
| | | | | | | | | | | | | [#1940 state:resolved] Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
| * | Fixed an incompatibility with Ruby 1.9. | Jeff Schwab | 2009-03-10 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | Ruby 1.8 strings are Enumerable, but there is no String#lines method. In Ruby 1.9, the situation is reversed. To work around this disparity, the RailsEnvironment#externals method now explicitly checks whether a String responds_to? :lines. [#2130 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
| * | Ensure public folder structure is setup correctly if the tests are ran out ↵ | Joshua Peek | 2009-03-10 | 4 | -0/+8 |
| | | | | | | | | of order, fixes tests in 0c9bbf8 | ||||
| * | Fix serving index files with rack static file server [#2180 state:resolved] | Joshua Peek | 2009-03-09 | 5 | -4/+54 |
| | | |||||
* | | Changing :integer_only to :only_integer in the AR Validations and Callbacks ↵ | CassioMarques | 2009-03-12 | 1 | -2/+2 |
| | | | | | | | | guide | ||||
* | | each -> find_each in 2.3 release notes | Xavier Noria | 2009-03-12 | 1 | -5/+5 |
| | | |||||
* | | Fixed invalid HTML in Credits | Karel Minarik | 2009-03-12 | 1 | -1/+1 |
| | | |||||
* | | Fix several issues with code examples. | Matt Jones | 2009-03-12 | 1 | -7/+21 |
| | | | | | | | | | | | | | | | | | | | | - "chaining" layouts with :only/:except removed. See #2162 for discussion. - double render section now has working examples. Old version implied that calling render once and then falling through would give a DoubleRenderError. - complete example for layout proc. - cleaned up a few stray references to layouts ending in bare .erb (no format). | ||||
* | | finished proofreading of the validations guide | Xavier Noria | 2009-03-12 | 1 | -16/+16 |
| | | |||||
* | | and now even with the right dimensions | Xavier Noria | 2009-03-11 | 1 | -0/+0 |
| | | |||||
* | | updates fxn picture with better quality | Xavier Noria | 2009-03-11 | 1 | -0/+0 |
| | | |||||
* | | uploads fxn picture, links to fxn's tweet account | Xavier Noria | 2009-03-11 | 2 | -2/+2 |
| | | |||||
* | | Move JZ in the middle | Pratik Naik | 2009-03-11 | 1 | -6/+6 |
| | | |||||
* | | Alphabetical ordering | Pratik Naik | 2009-03-11 | 1 | -4/+4 |
| | | |||||
* | | Add the team | Pratik Naik | 2009-03-11 | 2 | -19/+26 |
| | | |||||
* | | in validations guide, emphasize after_save runs always after more specific ↵ | Xavier Noria | 2009-03-11 | 1 | -0/+2 |
| | | | | | | | | after_*s | ||||
* | | Fixing image for error messages in the ActiveRecord Validations and ↵ | CassioMarques | 2009-03-11 | 1 | -0/+0 |
| | | | | | | | | Callbacks Guide | ||||
* | | revised sections 9 to 14 of the validations guide | Xavier Noria | 2009-03-11 | 1 | -15/+18 |
| | | |||||
* | | revised section 8 of validations guide | Xavier Noria | 2009-03-10 | 1 | -14/+20 |
| | | |||||
* | | Remove duplicate text | Pratik Naik | 2009-03-10 | 1 | -2/+0 |
| | | |||||
* | | Replace comma with full-stop in scoping chain. | Andreas Scherer | 2009-03-10 | 1 | -1/+1 |
| | | |||||
* | | Revision of i18n guide, final sections. | Andreas Scherer | 2009-03-10 | 1 | -22/+22 |
| | | |||||
* | | Revision of i18n guide, chapter 4. | Andreas Scherer | 2009-03-10 | 1 | -25/+24 |
| | | | | | | | | | | | | Major change: Scoped lookup in the form 'active_record.error_messages' seems to have been deprecated at least in Rails 2.2. Instead, the form 'activerecord.errors.messages' is implemented and documented. | ||||
* | | Slight tweak to 2.3 release notes | Tekin Suleyman | 2009-03-10 | 1 | -1/+1 |
| | | |||||
* | | Update 2.3 release notes with changes through March 6 | Mike Gunderloy | 2009-03-10 | 1 | -12/+32 |
| | | |||||
* | | Revision of i18n guide, chapter 3. | Andreas Scherer | 2009-03-10 | 1 | -8/+8 |
| | | |||||
* | | Fix typo in Routing Guide | Mike Gunderloy | 2009-03-10 | 1 | -1/+1 |
| | | |||||
* | | your dear missed typo, thank you | Xavier Noria | 2009-03-10 | 1 | -1/+1 |
| | | |||||
* | | revised section 7 of validations guide | Xavier Noria | 2009-03-10 | 1 | -16/+21 |
| | | |||||
* | | Merge commit 'mainstream/master' | Pratik Naik | 2009-03-10 | 34 | -101/+416 |
|\| | | | | | | | | | | | | | Conflicts: railties/guides/files/stylesheets/main.css railties/guides/rails_guides/generator.rb railties/guides/source/index.erb.textile | ||||
| * | Ensure TemplateRunner#ask? works with the rake task to apply a template ↵ | Andrew Timberlake | 2009-03-09 | 1 | -1/+1 |
| | | | | | | | | | | | | [#1655 state:resolved] Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
| * | Correctly clean backtraces from vendor/gems and gems in alternate install ↵ | Matt Jones | 2009-03-09 | 2 | -4/+45 |
| | | | | | | | | | | | | locations Signed-off-by: David Heinemeier Hansson <david@loudthinking.com> | ||||
| * | Ruby 1.9 compat: rename deprecated assert_raises to assert_raise. | Jeremy Kemper | 2009-03-08 | 4 | -9/+9 |
| | | | | | | | | [#1617 state:resolved] | ||||
| * | Raise LoadError instead of a runtime exception [#1498 state:resolved] | karmi | 2009-03-07 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
| * | script/plugin install should remove .gitignore too. [#1306 state:resolved] ↵ | Pratik Naik | 2009-03-06 | 1 | -2/+2 |
| | | | | | | | | [Esad Hajdarevic] | ||||
| * | Ensure that loading metals from the main app and engines works on older Ruby ↵ | Simon Jefford | 2009-03-05 | 2 | -3/+14 |
| | | | | | | | | | | | | versions [#2143 state:resolved] Signed-off-by: Joshua Peek <josh@joshpeek.com> | ||||
| * | Make sure that Rails frameworks are silenced when running in gem mode too | David Heinemeier Hansson | 2009-03-05 | 1 | -0/+3 |
| | | |||||
| * | Push the guides | David Heinemeier Hansson | 2009-03-05 | 1 | -3/+6 |
| | | |||||
| * | Release RC2 today | David Heinemeier Hansson | 2009-03-05 | 1 | -1/+1 |
| | | |||||
| * | stray character in railties test | Joshua Peek | 2009-03-04 | 1 | -1/+1 |
| | | |||||
| * | Enhanced Rails Metal - the load order of metals can now be configured [#2057 ↵ | Simon Jefford | 2009-03-03 | 8 | -3/+105 |
| | | | | | | | | | | | | state:resolved] Signed-off-by: Joshua Peek <josh@joshpeek.com> | ||||
| * | Revert "Speed up script/console by launching IRB directly." | Jeremy Kemper | 2009-03-01 | 1 | -10/+11 |
| | | | | | | | | | | | | [#2104 state:open] This reverts commit 3b169cd693f45911ee71e26708fb9267811c8d83. | ||||
| * | Display gem dependencies correctly and unpack exactly once [#2097 ↵ | Matt Jones | 2009-03-01 | 3 | -9/+11 |
| | | | | | | | | | | | | state:resolved] Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
| * | Speed up script/console by launching IRB directly. | Charles Nutter | 2009-02-28 | 1 | -11/+10 |
| | | | | | | | | | | | | [#2104 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
| * | Merge docrails and update the release notes | Pratik Naik | 2009-02-28 | 18 | -714/+631 |
| | | |||||
| * | Use Array.wrap() instead of Array() and handle ↵ | Pratik Naik | 2009-02-28 | 1 | -1/+1 |
| | | | | | | | | action_view.cache_template_loading being false | ||||
| * | Ensure 16b3d2b621b1682f249209097c31b0a10f0f87ef works with Ruby 1.9 | Pratik Naik | 2009-02-28 | 1 | -1/+1 |
| | | |||||
| * | Added :env option for gem in template runner [#1983 state:resolved] | Andrew Vit | 2009-02-28 | 2 | -4/+35 |
| | | | | | | | | | | | | | | | | | | For installing gems that are only needed in the test environment, specify the :env option so the dependency is written to config/environments/test.rb: gem 'rspec', :env => 'test' gem 'quietbacktrace', :env => %w[development test] Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
| * | So it didnt happen yesterday, but very soon! Just need the final details ↵ | David Heinemeier Hansson | 2009-02-28 | 1 | -1/+1 |
| | | | | | | | | ironed out |