aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | Expand documentation for change() method in Time, Date, and DateTimeJeff Shantz2012-08-293-4/+15
| | | | | | |
| * | | | | | Revert "Grammar"Jo Liss2012-08-301-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Per https://github.com/lifo/docrails/commit/e94e8d8c3fcac624466afcf61f6a118abe5a6af4#commitcomment-1784677 Thanks @randomecho! This reverts commit e94e8d8c3fcac624466afcf61f6a118abe5a6af4.
| * | | | | | GrammarJo Liss2012-08-291-3/+3
| | | | | | |
| * | | | | | Merge pull request #110 from nmadura/masterNathaniel Madura2012-08-291-0/+3
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | minor update to asset_pipeline docs describing apache config
| | * | | | | | added a touch more information to the apache configuration instructionsNathaniel Madura2012-08-291-0/+3
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the text there is a section about how to serve the assets with far-future headers. The snippet that is proposed doesn't work on Ubuntu 11 (probably others) as mod_expires is not enabled out-of-the-box. I noted this, and gave an example of how to load mod_expires with a2enmod.
| * | | | | | Merge pull request #109 from aantix/default_security_headers_clarificationsJim Jones2012-08-281-1/+19
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Added clairifications for default security headers.
| | * | | | | | Added clairifications for default security headers.Jim Jones2012-08-271-1/+19
| |/ / / / / /
| * | | | | | Merge pull request #108 from homakov/masterEgor Homakov2012-08-271-0/+23
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Default headers description
| | * | | | | | default headers initEgor Homakov2012-08-271-0/+23
| |/ / / / / /
| * | | | | | Update guides/source/rails_application_templates.textileDeepak Kannan2012-08-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | think that a quoted string will be better as it will automatically escape double-quotes as well
| * | | | | | Minor update for usage of git commandDeepak Kannan2012-08-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | after running, git add . do not need -a option to git commit
| * | | | | | Guide: improvements to "The Flash" section.Henrik N2012-08-251-9/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correct :error -> :alert, mention FlashHash class, mention that you're not limited to notices and alerts, clean up.
| * | | | | | Merge pull request #107 from jaimeiniesta/masterXavier Noria2012-08-241-8/+13
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix rake guides:validate
| | * | | | | | Add exception handling to rake guides:validateJaime Iniesta2012-08-241-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the validation of a guide encounters an exception, inform about it and continue with the loop to validate the rest.
| | * | | | | | Fix rake guides:validateJaime Iniesta2012-08-241-7/+7
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | This rake task was looking for the output folder in the wrong place.
| * | | | | | Revert "Fix rake guides:validate task as it should be run from the guides ↵Jaime Iniesta2012-08-241-13/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | directory; add exception handling" This kind of changes should go on a pull request instead. This reverts commit ecae2f0ef0452f8d333525a6aed58e5ab8d3ccb1.
| * | | | | | Merge branch 'master' of github.com:lifo/docrailsAlmudena Garcia2012-08-231-8/+13
| |\ \ \ \ \ \
| | * | | | | | Fix rake guides:validate task as it should be run from the guides directory; ↵Jaime Iniesta2012-08-231-8/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add exception handling
| * | | | | | | Fix HTML validation errorsAlmudena Garcia2012-08-234-7/+7
| |/ / / / / /
* | | | | | | require bundle in the app generatorXavier Noria2012-09-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The app generator is not generally run under bundler, but the Bundler constant is used here. In particular you cannot create --dev apps without this.
* | | | | | | Remove unneeded requirePiotr Sarnacki2012-09-011-1/+0
| | | | | | |
* | | | | | | Merge pull request #7494 from route/actionview_decoupling_issuePiotr Sarnacki2012-09-016-18/+10
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | ActionView decoupling and sprockets-rails tests fail
| * | | | | | Sprockets-rails tests failDmitry Vorotilin2012-09-016-18/+10
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Method invalid_asset_host! was delegated to controller but sprockets compile assets in their own scope without controller. And if we set asset_host with second parameter it should raise error through invalid_asset_host!. But since controller is nil it cannot be reached.
* | | | | | Require bundler 1.2Piotr Sarnacki2012-08-311-1/+1
| | | | | |
* | | | | | Don't use Gemfile in test application in railtiesPiotr Sarnacki2012-08-311-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Option to run `bundle install` after generating new appplication was added recently to rails. Since introduction, it contained a subtle bug that caused it to use `Gemfile` from current directory (if it exists) rather than from generated directory. This also accidentaly caused railties tests to work without any problems - after generating test app it just used `Gemfile` from the repository, rather than the one in generated app. After fixing the bug mentioned above, this of course broke. The easiest way to bypass that is to not generate a `Gemfile` for test application - with such setup Bundler will just use first available `Gemfile` in one of the parent directories.
* | | | | | Use Bundler.with_clean_env instead of custom codePiotr Sarnacki2012-08-311-6/+3
| | | | | |
* | | | | | Revert "Revert changes related to `bundle install` fixes in `rails new`"Piotr Sarnacki2012-08-312-3/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The cause of the previous revert was bug in bundler that made it hard to make railties test work. Fix for bundler was recently pushed to github, so now we can safely get back to the original commit. This reverts commit 0f5cc34ab58cda99d1401ecc82e1ebb873838dd7.
* | | | | | Avoid #fetch for non-nil values.Jon Leighton2012-08-311-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is purely a performance optimisation. See https://gist.github.com/3552829
* | | | | | Key the attributes hash with symbolsJon Leighton2012-08-314-9/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a performance/GC optimisation. In theory, this could be optimised by the implementation (last time I checked, this would have no effect on JRuby). But in practise, this make attribute access faster.
* | | | | | Cache the connection pool for a given classJon Leighton2012-08-312-20/+37
| | | | | |
* | | | | | One hash is enoughJon Leighton2012-08-312-18/+14
| | | | | | | | | | | | | | | | | | | | | | | | We don't need separate @class_to_pool and @connection_pool hashes.
* | | | | | Refactor connection handlerJon Leighton2012-08-311-22/+14
| | | | | |
* | | | | | Make connection pool retrieval fasterJon Leighton2012-08-313-20/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Loop rather than recurse in retrieve_connection_pool * Key the hash by class rather than class name. This avoids creating unnecessary strings.
* | | | | | Revert "Merge pull request #7452 from arunagw/memcached_dalli"Jon Leighton2012-08-312-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 7256cb53e0c34e510a4d59a50d120c0358cf1d99, reversing changes made to 6ebe22c3ae716d089af1e5090ddb0d12b31af8ac. Reason: A test was failing.
* | | | | | Revert "Add missing require"Jon Leighton2012-08-311-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit e4b33b08d6d2b88b627b1e52c4f349e57c5b89fc. https://github.com/rails/rails/pull/7452#issuecomment-8094302
* | | | | | Merge pull request #7479 from eriko/masterXavier Noria2012-08-311-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | the example for contraint( :ip => XXXX) has an invalid regex
| * | | | | Update actionpack/lib/action_dispatch/routing/mapper.rbErik Ordway2012-08-291-1/+1
| | | | | | | | | | | | | | | | | | escape the '.'s  
* | | | | | Instrumentation requires RackDelegationJosé Valim2012-08-301-0/+1
| | | | | | | | | | | | | | | | | | Since it uses request and response methods
* | | | | | Merge pull request #7485 from kennyj/fix_build_20120830Rafael Mendonça França2012-08-301-3/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix build about TemplateDigestorTest.
| * | | | | | Fix build about TemplateDigestorTest.kennyj2012-08-301-3/+3
|/ / / / / /
* | | | | | Merge pull request #7484 from kennyj/fix_warning_20120830Rafael Mendonça França2012-08-301-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fixes warning: & interpreted as argument prefix
| * | | | | | Fixes warning: & interpreted as argument prefixkennyj2012-08-301-1/+1
|/ / / / / /
* | | | | | Merge pull request #7483 from christos/improve_template_digestorDavid Heinemeier Hansson2012-08-304-4/+38
|\ \ \ \ \ \ | | | | | | | | | | | | | | Better ActionView::Digestor nested template inference
| * | | | | | Further improve RENDER_DEPENDENCY regexp commentsChristos Zisopoulos2012-08-301-1/+1
| | | | | | |
| * | | | | | Improve RENDER_DEPENDENCY regexp comment to keep the doc editor happy.Christos Zisopoulos2012-08-301-1/+1
| | | | | | |
| * | | | | | `Digestor` can now parse old style hash syntax for `render`Christos Zisopoulos2012-08-303-4/+11
| | | | | | |
| * | | | | | `Digestor` ignores most whitespace when parsing `render` invocationsChristos Zisopoulos2012-08-304-2/+29
| | | | | | |
* | | | | | | Merge pull request #7477 from kennyj/fix_7469Piotr Sarnacki2012-08-301-0/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | A missing require is added to fix build. When performing rake test:isolated in actionmailer, test/base_test.rb was break.
| * | | | | | Added missing require. When performing rake test:isolated, test/base_test.rb ↵kennyj2012-08-291-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | was break.
* | | | | | | Merge pull request #7481 from joliss/typoVijay Dev2012-08-301-3/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix grammar