Dan Rice
3fc9173d54
Simplify feature test to make date-independent
2014-06-10 15:00:57 -04:00
Dan Rice
38387c844d
Speed up feature tests by disabling jQuery effects
2014-06-10 14:59:28 -04:00
Dan Rice
50b09811fc
Fix check for whether todo changed containers
2014-06-10 12:07:30 -04:00
Dan Rice
dbf1cb61ff
Remove links to old forum from docs
...
[ci skip]
2014-06-04 17:05:19 -04:00
Dan Rice
e0779a0b07
Use bcrypt gem instead of obsolete bcrypt-ruby
2014-06-02 20:52:59 -04:00
Dan Rice
737263d866
Add Gemnasium badge
...
[ci skip]
2014-05-30 21:49:23 -04:00
Dan Rice
a1d3934bc6
Allow Travis to use default bundler version
2014-05-27 23:18:40 -04:00
Dan Rice
fd24dc83b1
Use aruba and actionpack-xml_parser from rubygems
...
The released versions have caught up with Tracks' needs,
so it's no longer necessary to fetch them from source.
2014-05-16 18:18:49 -04:00
Dan Rice
2386e67dec
Simplify requiring of test helpers
2014-05-16 18:03:13 -04:00
Dan Rice
d0cec167a8
Replace Timecop with new ActiveSupport helpers
2014-05-16 13:25:22 -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
Reinier Balt
782d94bdc9
Merge branch 'master' of github.com:TracksApp/tracks
2014-05-16 16:36:18 +02:00
Reinier Balt
8194ab9d7f
fix #1432 .
2014-05-16 16:35:05 +02:00
Dan Rice
ede9636c6d
Pin Rails to 4.1.x, not 4.x
2014-05-16 10:21:57 -04:00
Reinier Balt
0f5a11882e
fix deleting dependencies
2014-05-16 16:14:50 +02:00
Reinier Balt
595806be87
add parameter to REST api for todos to limit result to active todos. Fixes #1388
2014-05-16 15:33:45 +02:00
Reinier Balt
4cde8ce78b
Merge pull request #218 from TracksApp/rails41
...
Rails 4.1 migration
2014-05-16 14:42:33 +02:00
Reinier Balt
126f07a593
try another day to get rid of test failure
...
I do not see the failure locally, guessing this causes the failure...
2014-05-16 14:33:18 +02:00
Reinier Balt
098f57e0f1
add missing images
...
these were never there. used in mobile project view
2014-05-16 14:33:18 +02:00
Reinier Balt
49a09f36e8
activerecord associations do not act like a collection anymore, so convert to array first
...
before using map, collect, etc.
2014-05-16 14:33:18 +02:00
Reinier Balt
85cfa1c366
fix running minimal test framework using minitest
2014-05-16 14:33:18 +02:00
Reinier Balt
5c636e48ad
remove assert which should not be used for cucumber.
2014-05-16 14:33:18 +02:00
Reinier Balt
2430fcb906
fix failing tests
...
not sure if the to_a fixes to get collections from activerecord is the right way
2014-05-16 14:33:18 +02:00
Reinier Balt
35cab99cea
switch to minitest from test/unit
...
not sure if this is the right change, but tests seem to run
2014-05-16 14:33:18 +02:00
Reinier Balt
128da07fc2
remove Digest deprecation warning
2014-05-16 14:33:18 +02:00
Reinier Balt
beac5bffb0
update to rails 4.1
2014-05-16 14:33:18 +02:00
Dan Rice
4a3d5a74e6
Require only stdlib for password reset rake task
2014-05-15 22:41:37 -04:00
Dan Rice
1b3543c5de
Add stub for NullProject.persisted?
2014-05-06 21:51:39 -04:00
Dan Rice
f58c02a63a
Update gems
2014-05-06 20:36:19 -04:00
Dan Rice
3d8cac43bc
Update Rails
2014-05-06 20:00:16 -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
d48d49790a
Remove sample SQLite databases
...
They're out of date, SQLite isn't the default database driver, and
they're not mentioned in the documentation.
2014-05-05 22:50:25 -04:00
Dan Rice
7cd5004628
Merge pull request #219 from zoombody/mobile-calendar
...
Add a mobile calendar view
2014-05-05 22:46:39 -04:00
Dan Rice
6d468e229e
Use latest Tolk release, which supports Rails 4
2014-05-02 11:26:21 -04:00
Dan Rice
3c2c0fe065
Add mobile calendar view
2014-04-21 12:55:13 -04:00
Dan Rice
03fa8d6091
Move mobile full-site link to footer
...
Also remove the Tracks project links from the mobile footer
2014-04-21 12:55:03 -04:00
Dan Rice
87ede1efce
Remove obsolete calendar views under TodosController
2014-04-21 12:22:14 -04:00
Dan Rice
f50dc9602a
Add a test for #1441
2014-04-02 16:39:13 -04:00
Dan Rice
3c737ea294
Update to latest Tolk which doesn't depend on protected_attributes
...
Fixes #1455
2014-04-02 13:13:44 -04:00
Reinier Balt
0839765e7b
smaal refactoring and improvement of date handling in test
2014-03-31 11:22:23 +02:00
Reinier Balt
ed039d4c4a
small refactorings and add some tests
2014-03-31 11:09:00 +02:00
Reinier Balt
3cb18cd875
move tests from recurring_todo_test to respective repeat_pattern_tests
2014-03-31 09:43:39 +02:00
Reinier Balt
0c153ef28c
improve test of daily repeat pattern
2014-03-31 09:43:39 +02:00
Reinier Balt
a9fa955c33
move daily test to daily pattern test
2014-03-31 09:43:39 +02:00
Reinier Balt
b84adfc172
move recurrence text helpers into patterns. move next_date calculation into
...
respective models
2014-03-31 09:43:39 +02:00
Reinier Balt
d8507bf8b7
move as_text helpers to respective pattern
2014-03-31 09:43:39 +02:00
Reinier Balt
cbdbb792a5
add basis tests for patterns and remove doubles from recurring_todo_test.rb
2014-03-31 09:43:39 +02:00