aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* raise error for pending migration schneems2012-06-095-4/+40
| | | can be configured by setting config.active_record.migration. Setting to :page_load will raise an error on each page refresh if there are migrations that are pending. Setting to :page_load is defaulted in development for new applications.
* add convenience methods for checking migrationsschneems2012-06-032-0/+23
| | | if a rails project needs to be migrated ActiveRecord::Migrator.needs_migration? will be true or false if the current version matches the last version.
* remove unused route reloading codeschneems2012-05-301-2/+0
| | | Since the environment is initialized each time rake is run, routes don't need to be re-loaded. https://github.com/rails/rails/pull/6461#r869953
* Merge pull request #5810 from kennyj/fix_5797Aaron Patterson2012-05-304-5/+15
|\ | | | | Fix #5797. Error calling dup method on AR model with serialized field
| * Fix #5797. Error calling dup method on AR model with serialized fieldkennyj2012-05-304-5/+15
| |
* | Merge pull request #6386 from kennyj/fix_logs_name_consistencyAaron Patterson2012-05-307-33/+123
|\ \ | | | | | | Fix logs name consistency.
| * | Fix logs name consistency.kennyj2012-05-197-33/+123
| | |
* | | cut down spaces [ci skip]Vijay Dev2012-05-301-3/+3
| | |
* | | Revert "Revert "[AR querying guide] Add examples for take(limit), ↵Vijay Dev2012-05-301-0/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | first(limit) and last(limit)"" This reverts commit 5559a2ae98dcda6854f38890025b52edfb2836f5. Reason: These are for selecting multiple objects and there isn't a need to club them with the selecting single objects section, as discussed with the author.
* | | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-05-3019-208/+328
|\ \ \
| * | | copy edit the batches docs [ci skip]Vijay Dev2012-05-301-9/+7
| | | |
| * | | let's not add too much details upfront in the introduction [ci skip]Vijay Dev2012-05-301-8/+1
| | | |
| * | | Revert "[AR querying guide] Add examples for take(limit), first(limit) and ↵Vijay Dev2012-05-301-48/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | last(limit)" This reverts commit 724d6fa6bb48b61798c223b47dd27155839c40d5. Reason: This is already documented in another section, albeit without the arguments examples. Let's add them in another commit in the appropriate sections [ci skip]
| * | | some copy edits [ci skip]Vijay Dev2012-05-301-4/+4
| | | |
| * | | fix typo in render_template [ci skip]Brent Vatne2012-05-291-1/+1
| | | |
| * | | Revert my own commit, didnt notice that this was intentional. [ci skip]Saulius Grigaliunas2012-05-291-1/+1
| | | |
| * | | Routing guide: route constraints are anchored by default, remove ^ ↵Saulius Grigaliunas2012-05-291-1/+1
| | | | | | | | | | | | | | | | character. [ci skip]
| * | | fix typo on ActiveSupport instrumentation guide [ci skip]Rafael Magana2012-05-291-1/+1
| | | |
| * | | fix example format and add markup in Module#mattr_accessor documentation [ci ↵Francesco Rodriguez2012-05-291-10/+10
| | | | | | | | | | | | | | | | skip]
| * | | fix typos on migrations guide [ci skip]Francesco Rodriguez2012-05-281-4/+4
| | | |
| * | | [contributing guide] add instructions to update fork [ci skip]Rafael Magana2012-05-281-0/+36
| | | |
| * | | Added information regarding the schema_migrations table in Active Record ↵jordanstaub2012-05-281-2/+8
| | | | | | | | | | | | | | | | Migrations guide.
| * | | [AR querying guide] Add examples for take(limit), first(limit) and last(limit)Rafael Magana2012-05-281-0/+48
| | | |
| * | | change example on CollectionProxy#delete to accept multiple valuesFrancesco Rodriguez2012-05-281-1/+1
| | | |
| * | | Updates Array conversions method documentations and clean upsAlvaro Pereyra2012-05-281-4/+0
| | | |
| * | | Adds to Batch processing documentation [ci skip]Alvaro Pereyra2012-05-281-9/+20
| | | |
| * | | add ActiveSupport::JSON.decode documentation [ci skip]Francesco Rodriguez2012-05-281-0/+5
| | | |
| * | | add example to ActiveSupport::JSON.encode [ci skip]Francesco Rodriguez2012-05-281-1/+4
| | | |
| * | | fix typo and remove 'examples' noise [ci skip]Francesco Rodriguez2012-05-281-18/+6
| | | |
| * | | Merge branch 'master' of github.com:lifo/docrailsAlvaro Pereyra2012-05-282-2/+0
| |\ \ \
| | * | | fix empty lines [ci skip]Francesco Rodriguez2012-05-282-2/+0
| | | | |
| * | | | Updates examples for FinderMethods [ci skip]Alvaro Pereyra2012-05-281-2/+14
| |/ / /
| * | | Merge branch 'master' of github.com:lifo/docrailsAlvaro Pereyra2012-05-28320-683/+3195
| |\ \ \
| | * | | remove :nodoc: from Class#subclasses [ci skip]Francesco Rodriguez2012-05-281-4/+10
| | | | |
| | * | | [command line guide] Use actual output of a Rails 3.2.x appRafael Magana2012-05-281-102/+96
| | | | |
| | * | | Merge pull request #102 from xenda/masterXenda2012-05-271-4/+4
| | |\ \ \ | | | | | | | | | | | | Small fix to update the README using more up to date conventions.
| | * | | | add :locale option to Array#to_sentence documentation [ci skip]Francesco Rodriguez2012-05-281-0/+27
| | | | | |
| | * | | | add examples to Array#to_sentence [ci skip]Francesco Rodriguez2012-05-281-4/+24
| | | | | |
| | * | | | update documentation of array/access methods [ci skip]Francesco Rodriguez2012-05-281-8/+16
| | | | | |
| | * | | | [security guide] use info, note and warning where applicableRafael Magana2012-05-281-34/+34
| | | | | |
| | * | | | Merge pull request #101 from lazylester/masterFrancesco Rodríguez2012-05-271-0/+6
| | |\ \ \ \ | | | | | | | | | | | | | | small addition to engines guide
| | | * | | | add small note about how to get the full list of options for rails plugin newLes Nightingill2012-05-261-0/+6
| | | | | | |
| | * | | | | "a sql" -> "an SQL" per API documentation guidelinesMark Rushakoff2012-05-272-2/+2
| | | | | | |
| | * | | | | some asset path changes and formatting fixes in AV overview [ci skip]Vijay Dev2012-05-271-12/+10
| | | | | | |
| * | | | | | Adds examples to FinderMethods#first [ci skip]Alvaro Pereyra2012-05-281-0/+1
| | | | | | |
| * | | | | | Updates documentation with cleaner examples and texts [ci skip]Alvaro Pereyra2012-05-282-1/+15
| | |_|/ / / | |/| | | |
| * | | | | Updates validations examples to be more attuned on the new Rails 3.0 conventionsAlvaro Pereyra2012-05-281-4/+4
| | | | | |
* | | | | | Merge pull request #6551 from kennyj/add_entry_20120531José Valim2012-05-301-0/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add a railtie's changelog entry about runner hook.
| * | | | | | Add a changelog entry about runner hook.kennyj2012-05-311-0/+2
|/ / / / / /
* | | | | | Merge pull request #6550 from arunagw/warning_removed_assert_matchJosé Valim2012-05-305-33/+33
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | Some of the warnings removed from "railties"