Dan Rice
bc7993b658
Test with Ruby 2.2
2014-12-27 18:10:58 -05:00
Dan Rice
ea0d40060a
Remove support for deprecated password-hashing algorithm
...
* Remove all methods implementing and checking for the old algorithm
* Document a pre-upgrade step to check for remaining obsolete passwords
* Remove config.salt
2014-11-15 10:28:29 -05:00
Dan Rice
3c051c604c
Ruby >=1.9.3 is required for Rails 4.1
...
[ci skip]
(cherry picked from commit 595aa14585 )
2014-10-02 12:56:26 -04:00
Dan Rice
7556db7529
Bump version to 2.4devel
2014-10-02 12:02:01 -04:00
Dan Rice
9b901d2d93
Fix links on same line
...
[ci skip]
2014-10-02 11:25:07 -04:00
Dan Rice
10729aa8c1
Minor changelog polish
...
[ci skip]
2014-09-30 15:04:26 -04:00
Dan Rice
5ab4f92661
Convert changelog to Markdown
...
[ci skip]
2014-09-30 14:54:27 -04:00
Dan Rice
e41b61c124
Recommend upgrading from 2.2.3
...
[ci skip]
2014-09-30 14:32:29 -04:00
Dan Rice
eb694d155e
Pull changelog entry from Tracks 2.2.3
...
[ci skip]
2014-09-30 13:31:07 -04:00
Dan Rice
0bdbd6770d
Remove metadata from top of changelog
...
[ci skip]
2014-09-29 23:25:54 -04:00
Dan Rice
79587541d6
Use www.getontracks.org as canonical website URL
...
[ci skip]
2014-08-31 13:14:15 -04:00
Daniel Rice
4fb16afff7
Fix numbering in upgrade doc
2014-08-20 17:09:00 -04:00
Daniel Rice
6dbbda3ec9
Migrate manual index page from getontracks.org
2014-08-20 16:41:32 -04:00
Daniel Rice
41764d8bc2
Convert documentation to Markdown using Pandoc
2014-08-20 16:41:29 -04:00
Daniel Rice
ee51639780
Prune upgrading instructions to latest version only
2014-08-20 16:41:27 -04:00
Dan Rice
57df455626
Remove duplicate changelog note
...
[ci skip]
2014-08-13 06:35:37 -04:00
Reinier Balt
f5c0c68285
update changelog
2014-08-07 12:55:55 +02:00
Dan Rice
b7126998b2
Add instructions to comment out unused gems
...
Fixes #1398 [ci skip]
2014-07-11 20:15:21 -04:00
Dan Rice
ec638c2d7e
Update note about asset precompilation environment
...
Ref #1704 [ci skip]
2014-07-09 13:16:09 -04:00
Dan Rice
61317cbe8c
Specify environment when precompiling assets
...
Fixes #1704
[ci skip]
2014-07-08 17:07:15 -04:00
Carsten Otto
f8b6ed5e87
update documentation after move to GitHub
2014-07-05 12:31:32 +02:00
Dan Rice
6ce1324363
Fix typo in changelog [ci skip]
2014-06-27 16:33:16 -04:00
Dan Rice
0e4c8fc2c1
Update Ruby and Rails versions in changelog [ci skip]
2014-06-27 16:31:47 -04:00
Dan Rice
54168e9ef9
Fix typos in upgrading doc
2014-06-27 16:18:30 -04:00
Dan Rice
c017b38a3a
Restrict use of Spring binstubs to development
...
Partial revert of 7d7e47def
Fixes #1692
2014-06-27 16:14:25 -04:00
Dan Rice
aa8f5b7599
Switch from Assembla to GitHub issues
2014-06-25 13:32:11 -04:00
Dan Rice
dbf1cb61ff
Remove links to old forum from docs
...
[ci skip]
2014-06-04 17:05:19 -04:00
Dan Rice
7d7e47deff
Add Spring and spring-aware binstubs
...
Also remove /script, which is no longer used in Rails 4
2014-05-16 12:21:40 -04:00
Dan Rice
1b43c55670
Rewrite much of the installation documentation
...
* Trim the fat and remove some duplication
* Reorder some things to improve the step-by-step flow
* Update some details such as required Ruby version (1.9.2+)
2014-05-06 00:16:30 -04:00
Dan Rice
62eed01b0b
Shorten verbiage about JumpBox
2014-05-05 23:15:51 -04:00
Dan Rice
c652fb3082
Update copyright year
2014-05-05 23:01:28 -04:00
Dan Rice
e22c7a23dd
Use correct server name in install doc
...
The builtin web server is WEBrick, not Mongrel.
2014-05-05 22:57:37 -04:00
Dan Rice
a54f958f0d
Fix a typo in the upgrade doc
2014-02-04 23:45:08 -05:00
Matt Rogers
b1c306b09e
Fix the repo location in the install documentation
2013-11-05 19:24:39 -06:00
Reinier Balt
23d92411d3
avoid name clash
2013-09-25 13:40:30 +02:00
Reinier Balt
daef1c440b
improve integration test of cli scripts
2013-09-20 21:18:33 +02:00
Reinier Balt
4c73e260e3
add test for cli xml builder
2013-09-18 22:54:46 +02:00
Reinier Balt
04560370f8
factor out xml building and remove duplication
2013-09-18 19:50:08 +02:00
Reinier Balt
871e18922b
refactor the cli examples in /doc and fix a small bug in todos_controller
2013-09-18 17:45:22 +02:00
Reinier Balt
3a2af7caf2
update CHANGELOG [ci skip]
2013-06-11 16:30:32 +02:00
Reinier Balt
38057054ab
sync docs with 2.2
2013-05-09 16:28:40 +02:00
Reinier Balt
78a7bfe8e4
update changelog with grout_by_project changes
2013-04-14 11:54:40 +02:00
Benjamin Dabelow
63fe147eec
Fix minor glitch in installation manual
2013-04-03 17:25:00 +02:00
Dan Rice
cb5114922e
Add instructions relating to renamed Czech locale
2013-03-09 12:35:42 -05:00
Dan Rice
34e0c2b13a
Revert "Use db:schema:load instead of db:migrate"
...
This reverts commit 3c5f28869b ,
which did not function properly on the continuous integration server.
2013-03-05 01:00:24 -05:00
Dan Rice
3c5f28869b
Use db:schema:load instead of db:migrate
2013-03-04 12:50:30 -05:00
Reinier Balt
9000dca33a
update CHANGELOG
2013-03-01 16:37:17 +01:00
Reinier Balt
9edde5c789
sync docs with 2.2 release
2013-02-23 13:12:58 +01:00
Reinier Balt
f56fc1945c
change upgrade
2013-02-18 20:30:38 +01:00
Reinier Balt
585583d1ca
add install and upgrade manual to master
2013-02-18 19:52:42 +01:00