Jonathan Rosenbaum
50732ce07b
Previous doc change not necessary, was running two instances on the same port.
2017-07-06 09:35:16 +00:00
Jonathan Rosenbaum
9bad2bf73d
Improved documentation to include restart for db.
2017-07-06 09:03:56 +00:00
Jonathan Rosenbaum
c9af3d4897
Enhance Dockerfile / Fix missing extjs file bug
...
1. Speed-up nokogiri install significantly by turning off lib compilation
2. File at http://my.jasondenney.com/extjs-4.1.1.zip can't be found, but
it has been used for a long time. Now just including it in the
repository.
3. Added helping documentation in Dockerfile
2017-07-04 04:50:59 +00:00
Jason Denney
4a30bc5efd
Merge pull request #122 from ilya-konanykhin/csv-import
...
CSV import
2017-03-27 20:53:28 -10:00
Ilya Konanykhin
0f1dab1ad1
BikeCsvImporter: add import of brands as a separate step
2017-03-27 10:59:07 +06:00
Ilya Konanykhin
b7729ae29a
BikeCsvImporter: add comments
2017-03-20 22:49:45 +06:00
Ilya Konanykhin
a6a616cf6d
BikeCsvImporter: add status logs
2017-03-20 22:38:14 +06:00
Ilya Konanykhin
ae79a34652
BikeCsvImporter: colorize importer output to highlight individual row statuses
2017-03-20 21:44:27 +06:00
Ilya Konanykhin
072f303c65
BikeCsvImporter: refactor importer to output log messages to stdoud
2017-03-20 21:41:07 +06:00
Ilya Konanykhin
c1ca501204
BikeCsvImporter: fix incorrect method signatures
2017-03-20 21:25:24 +06:00
Ilya Konanykhin
0a338a2485
BikeCsvImporter: refactor BikeAttrs for methods to receive a single value, not the whole hash
2017-03-20 00:55:26 +06:00
Ilya Konanykhin
b5e8aa554f
BikeCsvImporter: refactor by splitting into parts
2017-03-20 00:48:37 +06:00
Ilya Konanykhin
cfe81d6e65
BikeCsvImporter: add dummy field values for "bike_condition_id", "bike_wheel_size_id", "bike_style_id", "serial_number", "seat_tube_height"
2017-03-20 00:38:24 +06:00
Ilya Konanykhin
802db2ba34
BikeCsvImporter: print successfull matches & fix "unknown" model
2017-03-20 00:26:47 +06:00
Ilya Konanykhin
0083dd9bca
BikeCsvImporter: add dry run
2017-03-20 00:18:32 +06:00
Ilya Konanykhin
95dbe162f7
BikeCsvImporter: make Bike#bike_model_id field accessible and specify it as a foreign key explicitly
2017-03-20 00:09:01 +06:00
Ilya Konanykhin
c171598354
BikeCsvImporter: add "bike_brand_id", "bike_model_id", "model"
2017-03-20 00:08:16 +06:00
Ilya Konanykhin
ae8b5cccd0
BikeCsvImporter: add "value"
2017-03-17 15:22:37 +06:00
Ilya Konanykhin
c79ec57684
BikeCsvImporter: add "purpose_id", temporary remove "gone"
2017-03-17 15:15:23 +06:00
Ilya Konanykhin
5564a1931f
BikeCsvImporter: import bikes, first step (main code, shop_id)
2017-03-16 15:17:14 +06:00
Ilya Konanykhin
904b824c8b
Create rake task (import:bikes:csv, import:bikes:analyze_csv) & importing class
2017-03-15 15:17:40 +06:00
Jason Denney
21fba7251f
Merge pull request #121 from ilya-konanykhin/issue-120
...
Issue #120 : user email is nullable now. Closes #121 .
2017-02-02 11:15:09 -08:00
Ilya Konanykhin
2e29fb7ed1
Updated specs to reflect new user email & username behavior
2017-02-01 00:02:41 +06:00
Ilya Konanykhin
87e4124f48
Update Poltergeist: the version 1.5 requires PhantomJS 1.8 which isn't even available in Homebrew now
2017-01-31 23:47:44 +06:00
Ilya Konanykhin
45e14a1070
Fix: user email should be null instead of empty string
2017-01-31 23:46:10 +06:00
Jason Denney
b8ba64ab93
Merge pull request #118 from ilya-konanykhin/issue-105-106
...
Issue #105 , #106 : photo upload for User & Bike
2017-01-26 08:22:19 -08:00
Ilya Konanykhin
66fee66db0
Fix: validate username presence & uniqueness
2017-01-26 15:56:28 +06:00
Ilya Konanykhin
ed2f3f6e61
Fix: alert "Fine" only once
2017-01-26 15:50:47 +06:00
Ilya Konanykhin
ca72edb7e0
Client side validation on sign up page
2017-01-26 15:50:24 +06:00
Jason Denney
9df4aa38d9
Merge pull request #116 from ilya-konanykhin/issue-115
...
Issue #115 : New top menu for desktop & mobile.
2017-01-22 16:35:02 -08:00
Jason Denney
6786bf3eff
Merge pull request #117 from ilya-konanykhin/issue-114
...
Issue #114 : Can't delete time entries in mobile UI
2017-01-22 08:43:38 -08:00
Jason Denney
1b72fdcc0b
Merge pull request #119 from ilya-konanykhin/issue-109
...
Issue #109 : db:seed failing
2017-01-21 23:20:23 -08:00
Ilya Konanykhin
e9b5a6ab7c
Fix: file storage to .gitignore
2017-01-19 17:35:02 +06:00
Ilya Konanykhin
02a6442299
Fix: db:setup instead of :create/:migrate/:seed
2017-01-19 17:10:49 +06:00
Ilya Konanykhin
f7b1d8fd5e
Fix: move database seeding from migrations to db:seed
2017-01-19 15:40:19 +06:00
Ilya Konanykhin
6794fc899c
Show bike photo in a task list
2017-01-18 18:40:22 +06:00
Ilya Konanykhin
5f7eb43f63
Bike photo upload
2017-01-18 18:38:29 +06:00
Ilya Konanykhin
a68e7eca56
User avatar upload at sign up
2017-01-18 17:18:32 +06:00
Ilya Konanykhin
4dcce60fb8
Fix: HTML injection
2017-01-18 14:59:48 +06:00
Ilya Konanykhin
76980a8903
Fix: more explicit (and correct) time entries delete URL
2017-01-18 14:58:14 +06:00
Ilya Konanykhin
2c6a58206a
Fix: incorrect variable scoping in task_lists.js & time_entries.js
2017-01-18 14:54:48 +06:00
Ilya Konanykhin
56ca135e80
New top menu for desktop & mobile: correct color for logo
2017-01-18 00:33:42 +06:00
Ilya Konanykhin
327ec462d1
New top menu for desktop & mobile.
2017-01-18 00:27:16 +06:00
Jason Denney
8a8c82f5b7
Merge pull request #113 from ilya-konanykhin/master
...
Bootstrap 2 to 3
2016-12-27 12:45:30 -05:00
Ilya Konanykhin
551676a5b3
Cleanup: removed now obsolete jquery-date-format
2016-12-27 10:18:41 +06:00
Ilya Konanykhin
3713e0a450
BS3: tests are up-to-date now
2016-12-27 10:05:35 +06:00
Ilya Konanykhin
b503ec6fbd
BS3: cleanup
2016-12-27 09:53:47 +06:00
Ilya Konanykhin
9bb5190c4d
Fix: dashboard buttons span the whole screen width
2016-12-27 09:42:47 +06:00
Ilya Konanykhin
be97729eef
Fix: do not hide link to Desktop View on mobiles
2016-12-27 09:28:58 +06:00
Ilya Konanykhin
8a6a2b6cd1
Cleanup: removed unused views and controller.
2016-12-25 01:08:57 +06:00