Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #5515 from rafaelfranca/remove-exclude | José Valim | 2012-03-19 | 2 | -14/+29 |
|\ | | | | | Remove exclude option from ActionDispatch::SSL and fix secure cookies | ||||
| * | Fix secure cookies when there are more than one space before the secure | Rafael Mendonça França | 2012-03-19 | 2 | -1/+29 |
| | | | | | | | | keyword | ||||
| * | Remove exclude option from ActionDispatch::SSL | Rafael Mendonça França | 2012-03-19 | 2 | -13/+0 |
|/ | |||||
* | Merge pull request #5503 from jeyb/leap_day_time_date_time_selector | Andrew White | 2012-03-19 | 3 | -13/+27 |
|\ | | | | | Fixes issue #5222: DateTimeSelector builds invalid dates on leap days | ||||
| * | Fixes issue #5222: DateTimeSelector builds invalid dates on leap day when ↵ | Jey Balachandran | 2012-03-18 | 3 | -13/+27 |
| | | | | | | | | discarding both day and month. | ||||
* | | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-03-19 | 9 | -23/+122 |
|\ \ | |||||
| * | | -h also shows help options. | Sandeep | 2012-03-19 | 1 | -1/+1 |
| | | | |||||
| * | | respond_with description: changed 'response' to 'format' | Mark Thomson | 2012-03-18 | 1 | -1/+1 |
| | | | |||||
| * | | Revised comments for respond_with | Mark Thomson | 2012-03-18 | 1 | -17/+18 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/master' | Mark Thomson | 2012-03-17 | 7 | -3/+5 |
| |\ \ | |||||
| | * | | [getting started] Explain what the create action is accomplishing after ↵ | Ryan Bigg | 2012-03-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | params are output [ci skip] | ||||
| | * | | [getting started] [ci skip] Explain in better terms what we are doing with ↵ | Ryan Bigg | 2012-03-17 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | render and params[:post] inspection upon first use | ||||
| | * | | [getting started] [ci skip] Just want to get post params | Ryan Bigg | 2012-03-17 | 1 | -1/+1 |
| | | | | |||||
| | * | | [getting started] Add images | Ryan Bigg | 2012-03-17 | 6 | -0/+0 |
| | | | | |||||
| * | | | Merge remote-tracking branch 'origin/master' | Mark Thomson | 2012-03-17 | 533 | -11025/+2734 |
| |\| | | |||||
| * | | | Revised description for responds_with | Mark Thomson | 2012-03-17 | 1 | -19/+115 |
| | | | | |||||
* | | | | Merge pull request #5507 from sandeepravi/warning_fixes | Xavier Noria | 2012-03-19 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | changed all.map to pluck | ||||
| * | | | | changed all.map to pluck | Sandeep | 2012-03-19 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge pull request #5508 from FND/tagged_logger_shortcut | José Valim | 2012-03-19 | 2 | -2/+7 |
|\ \ \ \ \ | |/ / / / |/| | | | | Provide access to logger instance within TaggedLogging blocks | ||||
| * | | | | Provide access to logger instance within TaggedLogging blocks | FND | 2012-03-19 | 2 | -2/+7 |
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this improves encapsulation, simplifying occurrences like the following: Rails.logger.tagged("DEBUG") { Rails.logger.debug(msg) } ... by removing the need to rely on (i.e. repeat) outer variables: Rails.logger.tagged("DEBUG") { |logger| logger.debug(msg) } | ||||
* | | / | Increase minimum version of mail. | Mikel Lindsaar | 2012-03-19 | 1 | -1/+1 |
| |_|/ |/| | | | | | | | | | | | Second security vulnerability found in mail file delivery method patched in version 2.4.4. | ||||
* | | | Merge pull request #5492 from arunagw/build_fix_app_generator_test | Piotr Sarnacki | 2012-03-18 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Build fix for app_generator_test.rb | ||||
| * | | | Build fix for app_generator_test.rb | Arun Agrawal | 2012-03-18 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #3329 from armstrjare/autosave_collection_new_record_bug | José Valim | 2012-03-18 | 2 | -1/+16 |
|\ \ \ \ | | | | | | | | | | | Autosave association doesn't save all records on a new record for a collection association if there are records marked for destruction | ||||
| * | | | | Fix bug with autosave collection association on new record with a marked for ↵ | Jared Armstrong | 2012-03-18 | 2 | -1/+16 |
| | | | | | | | | | | | | | | | | | | | | destroy record in autosave collection. | ||||
* | | | | | Merge pull request #5496 from atd/master | José Valim | 2012-03-18 | 2 | -2/+11 |
|\ \ \ \ \ | | | | | | | | | | | | | time_tag support for blocks | ||||
| * | | | | | time_tag support for blocks | Antonio Tapiador del Dujo | 2012-03-18 | 2 | -2/+11 |
|/ / / / / | |||||
* | | | | | Merge pull request #5486 from kennyj/fix_5435 | Aaron Patterson | 2012-03-17 | 2 | -0/+13 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Fix GH #5435. db:structure:dump should be re-enable. | ||||
| * | | | | Fix GH #5435. db:structure:dump should be reenable. | kennyj | 2012-03-17 | 2 | -0/+13 |
| | | | | | |||||
* | | | | | Rubyracer does not work on ruby, so add it to Gemfile with :ruby platform only | Piotr Sarnacki | 2012-03-17 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge pull request #5489 from rdavila/fix_typo_activerecord_test | José Valim | 2012-03-17 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix typo in ActiveRecord::Relation#blank? test | ||||
| * | | | | | Fix typo in ActiveRecord::Relation#blank? test | Ruben Davila | 2012-03-17 | 1 | -1/+1 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge pull request #5488 from rafaelfranca/ad-ssl | José Valim | 2012-03-17 | 10 | -11/+226 |
|\ \ \ \ \ | |/ / / / |/| | | | | Remove Rack::SSL in favour of ActionDispatch::SSL | ||||
| * | | | | Update the guides and CHANGELOG | Rafael Mendonça França | 2012-03-17 | 3 | -4/+8 |
| | | | | | |||||
| * | | | | Whitespaces :scissors: | Rafael Mendonça França | 2012-03-17 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Some refactoring and update ActionDispatch::SSL code to use the Rack 1.4.x | Rafael Mendonça França | 2012-03-17 | 2 | -37/+13 |
| | | | | | |||||
| * | | | | Rack::SSL -> ActionDispatch::SSL | Rafael Mendonça França | 2012-03-17 | 6 | -6/+241 |
|/ / / / | |||||
* | | | | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-03-17 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | Updates 'modyfing' typo to 'modifying' | Jonathan R. Wallace | 2012-03-17 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Add missing require | Santiago Pastorino | 2012-03-17 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | Remove unused require | Santiago Pastorino | 2012-03-17 | 1 | -1/+0 |
| | | | | | |||||
* | | | | | moves the guides up to the root directory | Xavier Noria | 2012-03-17 | 275 | -21/+21 |
|/ / / / | |||||
* | | | | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-03-17 | 6 | -453/+706 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: railties/guides/source/getting_started.textile | ||||
| * | | | | using pluck | Egor Homakov | 2012-03-17 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Moved squawk method into LocalInstanceMethods module, so it would | Mike Mulvaney | 2012-03-16 | 1 | -3/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | not be added to every ActiveRecord::Base object. Changed acts_as_yaffle so it will include the LocalInstanceMethods module. Now only models that call acts_as_yaffle will get the squawk method, instead of pushing them into every ActiveRecord::Base. | ||||
| * | | | | Changed unit tests so they refer to yaffle_test_field as symbol. | Mike Mulvaney | 2012-03-16 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | acts_as_yaffle expects a symbol, so the string was causing the tests to always fail. | ||||
| * | | | | Revert "Fix typo in AR Callbacks." | Mark Larimer | 2012-03-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | This reverts commit 55df1df937f096bbdae29f8af965f204f08943b8. | ||||
| * | | | | Add missing quotes on AS::Notifications examples | Carlos Antonio da Silva | 2012-03-15 | 1 | -12/+12 |
| | | | | | |||||
| * | | | | Fix typo in AR Callbacks. | Waseem Ahmad | 2012-03-15 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | [ci skip] Add examples of subscribing & creating ActiveSupport::Notifications | adman65 | 2012-03-15 | 1 | -1/+73 |
| | | | | |