Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | Fix AbstractController::Layouts to work when included directly on a controller | Yehuda Katz | 2009-07-15 | 1 | -0/+1 | |
| * | | | | | | | | | | | | Centralize commonly used parts of AS in ActionController into action_controll... | Yehuda Katz | 2009-07-15 | 6 | -9/+15 | |
| * | | | | | | | | | | | | Rename method to a more obvious name | Yehuda Katz | 2009-07-11 | 2 | -4/+4 | |
| |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | Add observing hooks to ARes | Joshua Peek | 2009-07-11 | 2 | -2/+62 | |
| * | | | | | | | | | | | Integrate AMo XML serializer into AR | Joshua Peek | 2009-07-11 | 2 | -131/+31 | |
| * | | | | | | | | | | | Switch scaffolding templates to HTML 5 doctype | Joshua Peek | 2009-07-10 | 6 | -89/+80 | |
| * | | | | | | | | | | | Make it so AR attributes which conflict with object-private methods (e.g. sys... | Sam Goldstein | 2009-07-09 | 2 | -4/+25 | |
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | Use the i18n gem if present instead of vendor code. [#2871 state:resolved] | Lawrence Pit | 2009-07-07 | 1 | -5/+4 | |
| * | | | | | | | | | | Ruby 1.9 style String interpolation support for lower ruby versions. Thanks t... | Lawrence Pit | 2009-07-07 | 3 | -0/+150 | |
| * | | | | | | | | | | Add support for dumping non-standard primary keys when using the SQLite3 adap... | Hongli Lai (Phusion) | 2009-07-07 | 2 | -8/+12 | |
| * | | | | | | | | | | Adds a audio_tag helper for the HTML5 audio tag. Fixed video_path docs. HTML ... | Emilio Tagua | 2009-07-07 | 3 | -9/+72 | |
| * | | | | | | | | | | Get Initializer tests running without requiring parts of Rails being loaded f... | Yehuda Katz + Carl Lerche | 2009-07-06 | 6 | -98/+129 | |
| * | | | | | | | | | | Reapply Rails::Application::Path tweaks | Yehuda Katz + Carl Lerche | 2009-07-06 | 3 | -46/+126 | |
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | ||||||
| * | | | | | | | | | Integrate AMo JSON serializer into AR | Joshua Peek | 2009-07-03 | 6 | -172/+134 | |
| * | | | | | | | | | Initial extraction of AMo xml serializer | Joshua Peek | 2009-07-03 | 7 | -20/+346 | |
| * | | | | | | | | | Ensure JSON serializer includes model naming | Joshua Peek | 2009-07-03 | 2 | -1/+2 | |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||||
* | | | | | | | | | i18n guide: removes some related for 2.2 | Xavier Noria | 2009-07-25 | 1 | -37/+2 | |
* | | | | | | | | | i18n guide: minor tweaks | Xavier Noria | 2009-07-25 | 1 | -7/+9 | |
* | | | | | | | | | Insert missing word in callbacks documentation. | Mike Gunderloy | 2009-07-19 | 1 | -1/+1 | |
* | | | | | | | | | Minor cleanup to Getting Started for 2.3.3 | Mike Gunderloy | 2009-07-18 | 1 | -39/+38 | |
* | | | | | | | | | redirect_to forwards options to url_for if it is a Hash (the example with art... | Xavier Noria | 2009-07-17 | 1 | -3/+0 | |
* | | | | | | | | | The redirect_to method in ActionController supports the :params option, howev... | danielc192 | 2009-07-16 | 1 | -0/+3 | |
* | | | | | | | | | minor HTML and formatting fixes | kommissar | 2009-07-16 | 1 | -3/+3 | |
* | | | | | | | | | fixed typo. meaning was opposite of intent. | Christopher J. Kenna | 2009-07-16 | 1 | -1/+1 | |
* | | | | | | | | | AS guide: documents extensions related to instance variables | Xavier Noria | 2009-07-16 | 1 | -0/+92 | |
* | | | | | | | | | More documentation about methods taking blocks. | Ryan Bigg | 2009-07-16 | 1 | -0/+12 | |
* | | | | | | | | | Document that after_create can take a block. | Ryan Bigg | 2009-07-16 | 1 | -0/+4 | |
* | | | | | | | | | AS guide: documents with_options | Xavier Noria | 2009-07-15 | 1 | -0/+39 | |
* | | | | | | | | | AS guide: fixes internal link | Xavier Noria | 2009-07-15 | 1 | -1/+1 | |
* | | | | | | | | | AS guide: documents Object#returning | Xavier Noria | 2009-07-15 | 1 | -0/+15 | |
* | | | | | | | | | just removes a blank line | Xavier Noria | 2009-07-13 | 1 | -1/+0 | |
* | | | | | | | | | AS guide: documents Object#try | Xavier Noria | 2009-07-13 | 1 | -0/+26 | |
* | | | | | | | | | AS guide: explains Object#tap | Xavier Noria | 2009-07-12 | 1 | -0/+18 | |
* | | | | | | | | | Fix typo in I18n guide. Closes ticket #83 reported by noocx | Karel Minarik | 2009-07-11 | 1 | -1/+1 | |
* | | | | | | | | | AS guide: class objects are not duplicable either | Xavier Noria | 2009-07-11 | 1 | -1/+1 | |
* | | | | | | | | | class objects are not duplicable either | Xavier Noria | 2009-07-11 | 1 | -1/+1 | |
* | | | | | | | | | AS guide: documents duplicable? | Xavier Noria | 2009-07-11 | 1 | -0/+34 | |
* | | | | | | | | | Updated migration documentation to reflect default for UTC timestamped migrat... | Mike Gunderloy | 2009-07-09 | 1 | -3/+3 | |
* | | | | | | | | | Action Mailer guide: revised a couple of links, thanks to Kyle Mathews | Xavier Noria | 2009-07-08 | 1 | -2/+2 | |
* | | | | | | | | | Callback chain stops on *true* block result (rdoc). | mynyml | 2009-07-08 | 1 | -1/+1 | |
* | | | | | | | | | Added callback details in "supported options" of has_many association | Abhishek Parokar | 2009-07-07 | 1 | -0/+6 | |
* | | | | | | | | | updates work status of fxn | Xavier Noria | 2009-07-07 | 1 | -1/+1 | |
* | | | | | | | | | Merge commit 'mainstream/master' | Pratik Naik | 2009-07-03 | 484 | -6616/+7194 | |
|\| | | | | | | | | ||||||
| * | | | | | | | | Revert "Compact the way application paths are defined" | Pratik Naik | 2009-07-03 | 1 | -13/+27 | |
| * | | | | | | | | Revert "Modify the Rails::Application::Path object to allow for more concise ... | Pratik Naik | 2009-07-03 | 2 | -113/+19 | |
| * | | | | | | | | Added tests for the :install_gem_spec_stubs initializer | Yehuda Katz + Carl Lerche | 2009-07-02 | 7 | -25/+115 | |
| * | | | | | | | | Wrote tests for the :check_ruby_version initializer | Yehuda Katz + Carl Lerche | 2009-07-02 | 1 | -0/+59 | |
| * | | | | | | | | Adds support for def self.setup in isolation tests for setup that should be r... | Yehuda Katz + Carl Lerche | 2009-07-02 | 3 | -7/+26 | |
| * | | | | | | | | Compact the way application paths are defined | Yehuda Katz + Carl Lerche | 2009-07-02 | 1 | -27/+13 | |
| * | | | | | | | | Modify the Rails::Application::Path object to allow for more concise path def... | Yehuda Katz + Carl Lerche | 2009-07-02 | 2 | -19/+113 |