Skip to content

Instantly share code, notes, and snippets.

@jedmund
Created January 7, 2016 08:44
Show Gist options
  • Save jedmund/b538f5bfc3dcaaa5f6b8 to your computer and use it in GitHub Desktop.
Save jedmund/b538f5bfc3dcaaa5f6b8 to your computer and use it in GitHub Desktop.
~/C/S/maitsu-api ❯❯❯ git hist ⏎
* 395b957 2016-01-07 | Removed versions from Gemfile and updated db schema (HEAD -> master) [Justin Edmund]
* 58d55b8 2015-02-07 | Projects#create rabl fix (origin/master) [Justin Edmund]
* a6204b0 2015-02-07 | Session object encapsulates user props into an array [Justin Edmund]
* d065da6 2015-02-07 | Added user id to access token return object [Justin Edmund]
* 08fd5e9 2015-02-01 | Fixed Project#update [Justin Edmund]
* ccea020 2015-02-01 | Refactored more Users Rabl [Justin Edmund]
* fe1cd35 2015-02-01 | Fixed Users#projects and #watching Rabl templates [Justin Edmund]
* 7de3e12 2015-02-01 | Refactored Projects Rabl [Justin Edmund]
* 85755f9 2015-02-01 | Refactored User#create Rabl [Justin Edmund]
* 012b7e5 2015-02-01 | User#show now extends base [Justin Edmund]
* 7f73009 2015-02-01 | User renders from base instead of show [Justin Edmund]
* 665584c 2015-02-01 | Initializer for Rabl to know its view path [Justin Edmund]
* cd7baa0 2015-01-28 | ApiKey#create returns username instead of userId [Justin Edmund]
* 1492a7f 2015-01-15 | Fixed some Rabl templates to work w/ vanilla Rabl [Justin Edmund]
* 8d9dd32 2015-01-15 | using redis url in resque initializer [Justin Edmund]
* 6b805bc 2015-01-15 | updated gemfile.lock [Justin Edmund]
* b39f25d 2015-01-15 | gem bcrypt-ruby -> bcrypt [Justin Edmund]
* a4d958b 2015-01-15 | debugger to byebug [Justin Edmund]
* 7ed5dfb 2015-01-15 | Fixed login bug [Justin Edmund]
* 212d04f 2015-01-05 | Fixed API responses when there is an error [Justin Edmund]
* 2329bf1 2014-12-24 | Fixed user slugging [Justin Edmund]
* 61f4360 2014-12-11 | Merge conflicts; merging Marks [Justin Edmund]
|\
| * 3446942 2014-12-11 | Integrated flags into Project methods (origin/marks, marks) [Justin Edmund]
| * 5d51f4a 2014-12-11 | Built out Flags on the User object [Justin Edmund]
| * 2fffcfd 2014-12-11 | Added a flags field to User [Justin Edmund]
| * a9ee7b6 2014-12-11 | convention, renamed User#watch to User#watch! [Justin Edmund]
| * f0eacc1 2014-12-11 | Missed some spots renaming starred_project_id [Justin Edmund]
| * 1b3221f 2014-12-10 | UTC bullshit in tests. Fuck timezones [Justin Edmund]
| * dae34aa 2014-12-10 | Updated Checker [Justin Edmund]
| * 2997330 2014-12-10 | Updates to the Resque schedule [Justin Edmund]
| * 523de84 2014-12-10 | Changed #classify_status, added two methods [Justin Edmund]
| * aa340b9 2014-12-10 | Overrode inheritance column [Justin Edmund]
| * 52c6606 2014-12-10 | Added Marker job to allocate missing marks [Justin Edmund]
* | 2685f3b 2014-12-09 | Changed starred_project_id to project_id [Justin Edmund]
|/
* 7254a43 2014-12-09 | Merge pull request #6 from jedmund/resque [Justin Edmund]
|\
| * 3942139 2014-12-09 | Implemented Checker task [Justin Edmund]
| * 9ae60cf 2014-12-09 | Expanded Project model [Justin Edmund]
| * 06268f2 2014-12-09 | Removed test print from HomeController [Justin Edmund]
| * 51f635a 2014-12-09 | Fixed checkin spec [Justin Edmund]
| * fbb4541 2014-12-09 | Added scopes and comments to Project model [Justin Edmund]
| * 64c8411 2014-12-08 | Added statuses global var and set_expires_at [Justin Edmund]
| * bfe55bc 2014-12-08 | Project.status not null with default value in DB [Justin Edmund]
| * bc4a0f1 2014-12-08 | Added test schedule [Justin Edmund]
| * ff5edd7 2014-12-08 | Added Resque initializer [Justin Edmund]
| * 7c5df24 2014-12-08 | Added rake task for Resque and Scheduler [Justin Edmund]
| * 2db09f6 2014-12-08 | Removed line break in environment.rb [Justin Edmund]
| * 6eec025 2014-12-08 | Edited test job [Justin Edmund]
| * a8f9476 2014-12-08 | Getting started with Resque [Justin Edmund]
|/
* ddca0c2 2014-12-08 | Merge pull request #5 from jedmund/new [Justin Edmund]
|\
~/C/S/maitsu-api ❯❯❯ git hist
* 395b957 2016-01-07 | Removed versions from Gemfile and updated db schema (HEAD -> master) [Justin Edmund]
* 58d55b8 2015-02-07 | Projects#create rabl fix (origin/master) [Justin Edmund]
* a6204b0 2015-02-07 | Session object encapsulates user props into an array [Justin Edmund]
* d065da6 2015-02-07 | Added user id to access token return object [Justin Edmund]
* 08fd5e9 2015-02-01 | Fixed Project#update [Justin Edmund]
* ccea020 2015-02-01 | Refactored more Users Rabl [Justin Edmund]
* fe1cd35 2015-02-01 | Fixed Users#projects and #watching Rabl templates [Justin Edmund]
* 7de3e12 2015-02-01 | Refactored Projects Rabl [Justin Edmund]
* 85755f9 2015-02-01 | Refactored User#create Rabl [Justin Edmund]
* 012b7e5 2015-02-01 | User#show now extends base [Justin Edmund]
* 7f73009 2015-02-01 | User renders from base instead of show [Justin Edmund]
* 665584c 2015-02-01 | Initializer for Rabl to know its view path [Justin Edmund]
* cd7baa0 2015-01-28 | ApiKey#create returns username instead of userId [Justin Edmund]
* 1492a7f 2015-01-15 | Fixed some Rabl templates to work w/ vanilla Rabl [Justin Edmund]
* 8d9dd32 2015-01-15 | using redis url in resque initializer [Justin Edmund]
* 6b805bc 2015-01-15 | updated gemfile.lock [Justin Edmund]
* b39f25d 2015-01-15 | gem bcrypt-ruby -> bcrypt [Justin Edmund]
* a4d958b 2015-01-15 | debugger to byebug [Justin Edmund]
* 7ed5dfb 2015-01-15 | Fixed login bug [Justin Edmund]
* 212d04f 2015-01-05 | Fixed API responses when there is an error [Justin Edmund]
* 2329bf1 2014-12-24 | Fixed user slugging [Justin Edmund]
* 61f4360 2014-12-11 | Merge conflicts; merging Marks [Justin Edmund]
|\
| * 3446942 2014-12-11 | Integrated flags into Project methods (origin/marks, marks) [Justin Edmund]
| * 5d51f4a 2014-12-11 | Built out Flags on the User object [Justin Edmund]
| * 2fffcfd 2014-12-11 | Added a flags field to User [Justin Edmund]
| * a9ee7b6 2014-12-11 | convention, renamed User#watch to User#watch! [Justin Edmund]
| * f0eacc1 2014-12-11 | Missed some spots renaming starred_project_id [Justin Edmund]
| * 1b3221f 2014-12-10 | UTC bullshit in tests. Fuck timezones [Justin Edmund]
| * dae34aa 2014-12-10 | Updated Checker [Justin Edmund]
| * 2997330 2014-12-10 | Updates to the Resque schedule [Justin Edmund]
| * 523de84 2014-12-10 | Changed #classify_status, added two methods [Justin Edmund]
| * aa340b9 2014-12-10 | Overrode inheritance column [Justin Edmund]
| * 52c6606 2014-12-10 | Added Marker job to allocate missing marks [Justin Edmund]
* | 2685f3b 2014-12-09 | Changed starred_project_id to project_id [Justin Edmund]
|/
* 7254a43 2014-12-09 | Merge pull request #6 from jedmund/resque [Justin Edmund]
|\
| * 3942139 2014-12-09 | Implemented Checker task [Justin Edmund]
| * 9ae60cf 2014-12-09 | Expanded Project model [Justin Edmund]
| * 06268f2 2014-12-09 | Removed test print from HomeController [Justin Edmund]
| * 51f635a 2014-12-09 | Fixed checkin spec [Justin Edmund]
| * fbb4541 2014-12-09 | Added scopes and comments to Project model [Justin Edmund]
| * 64c8411 2014-12-08 | Added statuses global var and set_expires_at [Justin Edmund]
| * bfe55bc 2014-12-08 | Project.status not null with default value in DB [Justin Edmund]
| * bc4a0f1 2014-12-08 | Added test schedule [Justin Edmund]
| * ff5edd7 2014-12-08 | Added Resque initializer [Justin Edmund]
| * 7c5df24 2014-12-08 | Added rake task for Resque and Scheduler [Justin Edmund]
| * 2db09f6 2014-12-08 | Removed line break in environment.rb [Justin Edmund]
| * 6eec025 2014-12-08 | Edited test job [Justin Edmund]
| * a8f9476 2014-12-08 | Getting started with Resque [Justin Edmund]
|/
* ddca0c2 2014-12-08 | Merge pull request #5 from jedmund/new [Justin Edmund]
|\
| * 46025bf 2014-12-08 | HomeController bonanza [Justin Edmund]
| * 77a48c5 2014-12-08 | Added a relationship relationship to User model [Justin Edmund]
| * a040c7b 2014-12-08 | Fixed annotations/comment test in Checkin spec [Justin Edmund]
| * 5b68cfd 2014-12-08 | Tracking Checkin creates [Justin Edmund]
| * d07e1da 2014-12-08 | Added PublicActivity [Justin Edmund]
| * 8fb350e 2014-12-06 | #watch and #unwatch in ProjectsController [Justin Edmund]
| * 7444b11 2014-12-03 | log directory not needed right now [Justin Edmund]
| * a955dc7 2014-12-03 | This is an API [Justin Edmund]
| * 197c678 2014-12-03 | Removed test dir since we use specs [Justin Edmund]
| * f3ef248 2014-12-03 | Modifications to User model [Justin Edmund]
| * 1ad472e 2014-12-03 | Added new methods to UsersController with Rabl [Justin Edmund]
| * a677cff 2014-12-03 | Relationship model, test and factory. [Justin Edmund]
| * 291cb18 2014-12-03 | Migration for Relationships table [Justin Edmund]
| * 857a773 2014-12-03 | Added routes for various User endpoints [Justin Edmund]
| * d804db7 2014-11-30 | Added more tests for request errors [Justin Edmund]
| * 0178ab1 2014-11-30 | Implemented Checkins spec [Justin Edmund]
| * 8977079 2014-11-30 | Fixes mistake where a project wasnt properly owned [Justin Edmund]
| * 0084f2a 2014-11-30 | Added checkin Rabl templates [Justin Edmund]
| * a322cc2 2014-11-30 | Added checkin routes [Justin Edmund]
| * 627cb08 2014-11-30 | Fixed Projects Controller comments [Justin Edmund]
| * 53ed54e 2014-11-30 | Finished Users spec implementation [Justin Edmund]
| * 3971146 2014-11-30 | Implemented Project tests [Justin Edmund]
| * b8362fd 2014-11-30 | Shared contexts for successful update and destroy [Justin Edmund]
| * e57184d 2014-11-30 | Added methods for patch and delete via API [Justin Edmund]
| * f03c8cc 2014-11-30 | Project#create also extends base template [Justin Edmund]
| * 2ff4d16 2014-11-30 | Updated Rabl Projects templates [Justin Edmund]
| * 005ca53 2014-11-29 | Conditionals in slug methods [Justin Edmund]
| * 033559d 2014-11-29 | Added api_matchers gem [Justin Edmund]
| * 7bedb34 2014-11-18 | Beginning to implement Project request specs [Justin Edmund]
| * 147a8f7 2014-11-18 | Renamed a test group in Users request spec [Justin Edmund]
| * b8f26df 2014-11-18 | Cleaned up HttpHelpers [Justin Edmund]
| * 46da7f0 2014-11-18 | Reverted FriendlyId to numerical slugging [Justin Edmund]
| * 2f15d79 2014-11-18 | Added expires_at, completed_at, & slug to Project [Justin Edmund]
| * 692ad9b 2014-11-17 | Users generate API keys after create [Justin Edmund]
| * fdb7337 2014-11-17 | Project spec [Justin Edmund]
| * 28a2d7b 2014-11-17 | Attachment spec [Justin Edmund]
| * 389d985 2014-11-17 | User model [Justin Edmund]
| * 5d8885a 2014-11-17 | Project model uses Time.now instead of Date.today [Justin Edmund]
| * 2c5c7cf 2014-11-17 | Attachment model [Justin Edmund]
| * 82fa838 2014-11-17 | Implemented API authentication [Justin Edmund]
| * bdbeadb 2014-11-17 | Changed User factory password fields [Justin Edmund]
| * 726bd3c 2014-11-17 | Added Login/Logout/Register routes [Justin Edmund]
| * d9fc4bb 2014-11-17 | Gemfile.lock [Justin Edmund]
| * a7737a9 2014-11-17 | Deleted Registrations spec [Justin Edmund]
| * 435041f 2014-11-17 | Gemfile changes [Justin Edmund]
| * e3cbc48 2014-11-17 | Migrations for ApiKey and Users::ProjectAvailable [Justin Edmund]
| * e684db8 2014-10-28 | Stubbed out Registrations and Sessions req specs [Justin Edmund]
| * 172beba 2014-10-24 | Stubbed out ProjectsController [Justin Edmund]
| * d959d92 2014-10-24 | Minor rearranging of User request spec [Justin Edmund]
| * a7fb18c 2014-10-23 | Added FriendlyId to Users [Justin Edmund]
| * d37a576 2014-10-22 | A basic requests spec for now [Justin Edmund]
| * 8ffd557 2014-10-22 | Added the Rabl file for UsersController#show [Justin Edmund]
| * 1c169b4 2014-10-22 | Stubbed out all methods of UsersController [Justin Edmund]
| * e0afaac 2014-10-22 | Added ApiController [Justin Edmund]
| * 6571c69 2014-10-22 | Added #api_get to spec_helper.rb [Justin Edmund]
| * 3630d2d 2014-10-22 | Removed dummy text from spec_helper.rb [Justin Edmund]
| * 6a0157b 2014-10-22 | Added in routes for Users and Projects [Justin Edmund]
| * 7820860 2014-10-22 | Removed all the dummy text from routes.rb [Justin Edmund]
| * 18cad97 2014-10-21 | Fixed Project#log_date tests [Justin Edmund]
| * 3c31403 2014-10-21 | Basic Mark tests [Justin Edmund]
| * 9179d0b 2014-10-21 | Basic tests for annotations and attachments [Justin Edmund]
| * 600f5ef 2014-10-21 | Basic Comment relationship + validation tests [Justin Edmund]
| * 058baa4 2014-10-21 | Fixed Checkin factory to adhere to validations [Justin Edmund]
| * 849d3f1 2014-10-21 | Basic Checkin relationship + validation tests [Justin Edmund]
| * 6cb0fae 2014-10-21 | Implements #checkin_log, #log_date and their tests [Justin Edmund]
| * 3102ebc 2014-10-07 | Stubbed out #activity_log and #log_date [Justin Edmund]
| * da1a4c8 2014-10-04 | Started on Project testing and implementation [Justin Edmund]
| * 5852e04 2014-10-04 | Length validations on User [Justin Edmund]
| * 4f0e385 2014-10-04 | More User specs and methods [Justin Edmund]
| * bce50b3 2014-10-03 | Adding fields to User and Project fields [Justin Edmund]
| * 7ac0d9e 2014-10-03 | Implemented User model methods and specs [Justin Edmund]
| * 451d785 2014-10-02 | Stubbed out other models' relationships and validations [Justin Edmund]
| * 3797678 2014-10-02 | Turning off warnings sounds like a good idea [Justin Edmund]
| * 5b9bf95 2014-10-02 | Installed FriendlyID [Justin Edmund]
| * 6fa482a 2014-10-02 | Stubbed out user spec relationships and validations [Justin Edmund]
| * 7d176f4 2014-10-02 | Fixed Mark spec's model reference [Justin Edmund]
| * c482dc4 2014-10-02 | Installed rspec [Justin Edmund]
| * 2f78bda 2014-10-02 | Removed database.yml [Justin Edmund]
| * f2d076e 2014-10-02 | Updated .gitignore to ignore database.yml [Justin Edmund]
| * c67167e 2014-10-02 | Added bcrypt-ruby gem [Justin Edmund]
| * c5b334b 2014-10-02 | Added models, migrations and specs [Justin Edmund]
| * fc1f4cb 2014-10-01 | New project. [Justin Edmund]
| * 904ef17 2014-10-01 | Let's start from scratch and try doing this better. [Justin Edmund]
| * dce3782 2014-09-18 | Merge conflicts in project model and index rabl [Justin Edmund]
| |\
| |/
|/|
* | dd1adc1 2014-09-16 | Moved ProjectsController JSON to Rabl [Justin Edmund]
* | 8e82dc9 2014-09-15 | Fixed Home Rabl file [Justin Edmund]
* | 9294989 2014-09-15 | Changing date attribute to day [Justin Edmund]
* | 60c5f94 2014-09-15 | Moved UserController JSON rendering to Rabl [Justin Edmund]
* | 4be63d3 2014-08-29 | Added print statements back [Justin Edmund]
* | 65c1fcf 2014-08-29 | Refactored checkin_activity and removed as_json [Justin Edmund]
* | 5c9ac88 2014-08-29 | Modified the home feed call to use RABL [Justin Edmund]
* | dec92c9 2014-08-29 | Added `summary` endpoint [Justin Edmund]
* | 15d69f2 2014-08-29 | Added rabl-rails and oj [Justin Edmund]
* | 928c111 2014-08-29 | ApiController changes content-type for all calls [Justin Edmund]
| * a806045 2014-08-29 | Merge branch 'tests' of github.com:jedmund/maitsu-api into tests [Justin Edmund]
| |\
| | * 1dc65a1 2014-08-07 | Re-indented Projects factory [Justin Edmund]
| | * 612cf6d 2014-08-07 | Changed content in Checkin factory [Justin Edmund]
| | * b90387e 2014-08-07 | Added User factory and spec [Justin Edmund]
| | * bb6f66d 2014-08-07 | Removed Controller specs until ready for them [Justin Edmund]
| * | 6c50554 2014-08-29 | Removed registrations_controller_spec [Justin Edmund]
| * | af2a269 2014-08-29 | just A comment [Justin Edmund]
| * | 569cee5 2014-08-29 | Moved relationships_spec [Justin Edmund]
| * | 35fefdd 2014-08-29 | Tests for the User model [Justin Edmund]
| * | 50267d4 2014-08-29 | Refactoring the User model for tests [Justin Edmund]
| * | 5f638c3 2014-08-29 | Modified the home feed call to use RABL [Justin Edmund]
| * | 80ea5c9 2014-08-29 | Added `summary` endpoint [Justin Edmund]
| * | 1d55e62 2014-08-29 | Added rabl-rails and oj [Justin Edmund]
| * | e48d543 2014-08-29 | ApiController changes content-type for all calls [Justin Edmund]
| * | 8fd2b30 2014-08-07 | Re-indented Projects factory [Justin Edmund]
| * | a7212e1 2014-08-07 | Changed content in Checkin factory [Justin Edmund]
| * | 0fbc03f 2014-08-07 | Added User factory and spec [Justin Edmund]
| * | faf187d 2014-08-07 | Removed Controller specs until ready for them [Justin Edmund]
|/ /
* | 457b956 2014-08-10 | Implemented password grant flow [Justin Edmund]
* | 698a8d0 2014-08-10 | Moving where we enable doorkeeper [Justin Edmund]
* | 3ec21c4 2014-08-10 | Doorkeeper initializer [Justin Edmund]
* | 381beb4 2014-08-10 | Using custom Session and Registration controllers [Justin Edmund]
* | 12fb982 2014-08-10 | color_routes rake task [Justin Edmund]
* | 7d0e991 2014-08-10 | Allow null fields in User model [Justin Edmund]
* | c15b22f 2014-08-10 | Added Registrations and Sessions controllers [Justin Edmund]
* | 2b969ca 2014-08-09 | Merge branch 'feed' [Justin Edmund]
|\ \
| |/
|/|
| * c14fc96 2014-08-09 | Changed access token expiration time [Justin Edmund]
| * 02f1545 2014-08-08 | Changed instances of star to watch [Justin Edmund]
| * b796c3c 2014-08-08 | Implemented Home Feed [Justin Edmund]
| * ff547f3 2014-08-08 | Fixing HTTP status codes [Justin Edmund]
| * 22602c9 2014-08-08 | Create activity when a checkin has been saved [Justin Edmund]
| * 9c9569d 2014-08-08 | Added method to User to find projects they watch [Justin Edmund]
| * 6f44990 2014-08-08 | Modifications to Checkin model [Justin Edmund]
| * 5ba7a94 2014-08-08 | Modifications for PublicActivity in api_controller [Justin Edmund]
| * 2f3d644 2014-08-08 | Added comments to api_controller [Justin Edmund]
| * 8160790 2014-08-08 | Added home feed route [Justin Edmund]
| * cd4e969 2014-08-08 | Created Relationships [Justin Edmund]
| * ea4a105 2014-08-08 | db: projects.finishes_at to projects.completed_at [Justin Edmund]
| * 6aff412 2014-08-08 | Added debugger gem [Justin Edmund]
| * 8570434 2014-08-07 | Added a Relationships model [Justin Edmund]
|/
* 3707877 2014-08-07 | Merge branch 'master' of github.com:jedmund/maitsu [Justin Edmund]
|\
| * ecccac7 2014-08-07 | Update README.md [Justin Edmund]
| * 144f78c 2014-08-07 | Update README.md [Justin Edmund]
| * 0d1bbe7 2014-08-07 | Update README.md [Justin Edmund]
* | 2e114d5 2014-08-07 | Removed rails-api, moved spring [Justin Edmund]
|/
* 60a8b29 2014-08-07 | Updated README.md [Justin Edmund]
* 3e72887 2014-08-07 | Updated README [Justin Edmund]
* a1ad0e4 2014-08-07 | Markdown [Justin Edmund]
* 6769787 2014-08-07 | BRING BACK THE OLD README [Justin Edmund]
* 9db1a1c 2014-08-07 | Merge branch 'api' [Justin Edmund]
|\
| * 86b6748 2014-08-07 | Creating Projects and Check-ins [Justin Edmund]
| * abe07a5 2014-08-07 | Mo' refactor, mo' robustness [Justin Edmund]
| * 506a09c 2014-08-07 | Fixed broken logic in CheckinsController [Justin Edmund]
| * 4a4b2b2 2014-08-07 | Added logic to ensure that objects in `set` exist [Justin Edmund]
| * 1c5a10c 2014-08-07 | Routes for projects_by_user & checkins_by_project [Justin Edmund]
| * 4e79b85 2014-08-07 | Update and Show methods on UsersController [Justin Edmund]
| * 3165695 2014-08-07 | eligible_for_allocation helper method [Justin Edmund]
| * e8c3302 2014-08-07 | Edit and Destroy only accessible by owner [Justin Edmund]
| * 6820ea6 2014-08-07 | Added finishes_at to Project [Justin Edmund]
| * 68c9383 2014-08-07 | Projects Controller CRUD fully operational [Justin Edmund]
| * 617a96b 2014-08-07 | api_controller respond_to so we can respond_with [Justin Edmund]
| * de79c99 2014-08-07 | Users: Helper functions, Default val migration [Justin Edmund]
| * 2d41812 2014-08-07 | Configured Doorkeeper [Justin Edmund]
| * 98b526e 2014-08-07 | Removed ImplicitRender in SessionsController [Justin Edmund]
| * 38af721 2014-08-07 | Inherit from ActionController::Base [Justin Edmund]
| * 06b45bc 2014-08-07 | Added Trackable fields to User model [Justin Edmund]
| * bdb2eb2 2014-08-07 | rails-api was cramping my style [Justin Edmund]
| * fd7d74d 2014-08-07 | Added Doorkeeper [Justin Edmund]
| * be6564a 2014-08-07 | Fleshed out CheckinsController [Justin Edmund]
| * 4182a8b 2014-08-07 | Added `order` to Checkins [Justin Edmund]
| * e9cd6e3 2014-08-07 | Fleshed out ProjectsController [Justin Edmund]
| * 431a391 2014-08-07 | Fleshed out UsersController [Justin Edmund]
| * 49b335b 2014-08-07 | Fixed ProjectsController [Justin Edmund]
| * fe887fb 2014-08-07 | Added fields to User model [Justin Edmund]
| * 061f52b 2014-08-07 | Modifications to the User model [Justin Edmund]
| * 34fdffa 2014-08-06 | Unique isn't a validator, changed to Uniqueness [Justin Edmund]
| * d34fe71 2014-08-06 | Added FriendlyId and Devise to User model [Justin Edmund]
| * 817e223 2014-08-06 | Hello again Devise [Justin Edmund]
| * f829921 2014-08-06 | Project controller spec [Justin Edmund]
| * a204575 2014-08-06 | Added new User model migration and spec [Justin Edmund]
| * 4d31377 2014-08-06 | Not found message in api_controller.rb [Justin Edmund]
| * e68b8f6 2014-08-06 | Starting to re-implement controllers [Justin Edmund]
| * aa360aa 2014-08-06 | Not found message in routes.rb [Justin Edmund]
| * a7ea371 2014-08-06 | Rolling that custom authentication system [Justin Edmund]
| * 2510c77 2014-08-06 | Adding new dependencies [Justin Edmund]
| * 3a6dee6 2014-08-03 | F U C K D E V I S E [Justin Edmund]
| * 8cc223d 2014-07-27 | RegistrationController [Justin Edmund]
| * 9ff2981 2014-07-27 | Attempting to constrain responses to JSON [Justin Edmund]
| * bd71c96 2014-07-27 | Added authentication_token to Users [Justin Edmund]
| * 2217038 2014-07-27 | Migrating routes from master [Justin Edmund]
| * 1c57d56 2014-07-27 | Generic ApiController [Justin Edmund]
| * 3ef8790 2014-07-27 | Basic Cucumber setup [Justin Edmund]
| * f91baf4 2014-07-27 | ran activities migration [Justin Edmund]
| * 15336be 2014-07-27 | activities table migration didn't end in .rb [Justin Edmund]
| * a32a5f2 2014-07-27 | selenium-webdriver for cucumber [Justin Edmund]
| * 8ca520b 2014-07-27 | Wrote tests. Made models pass them. [Justin Edmund]
| * f67c5ec 2014-07-27 | Added validate_url [Justin Edmund]
| * 57be11c 2014-07-27 | rspec [Justin Edmund]
| * 2ad2480 2014-07-27 | shoulda-matchers [Justin Edmund]
| * c40fa67 2014-07-27 | Installed Cucumber [Justin Edmund]
| * 6c999ee 2014-07-27 | Factory Girl -> Factory Girl Rails [Justin Edmund]
| * 20796e5 2014-07-26 | Added rudimentary validation to models [Justin Edmund]
| * 90e1dd0 2014-07-26 | Switched from SQLite3 to MySQL2 [Justin Edmund]
| * 7f16f4b 2014-07-26 | Added associations to models [Justin Edmund]
| * fa78207 2014-07-26 | Migrated DB adding models [Justin Edmund]
| * 824f234 2014-07-26 | Installed Public Activity [Justin Edmund]
| * 3045bd8 2014-07-26 | Added public activity to Gemfile [Justin Edmund]
| * 6dc00b9 2014-07-25 | Added models [Justin Edmund]
| * b846cb8 2014-07-25 | Installed Devise [Justin Edmund]
| * 68322bd 2014-07-25 | Added gems and code for Devise to work with rails-api [Justin Edmund]
| * 1a55f61 2014-07-25 | Made a Rails-API project [Justin Edmund]
| * e1942cc 2014-07-25 | Starting from scratch on an API-only application. [Justin Edmund]
|/
* fc833a6 2014-04-12 | Merge pull request #4 from jedmund/feed [Justin Edmund]
|\
| * 399039e 2014-04-12 | Feed generation SQL query now includes own posts [Justin Edmund]
| * 2de6c62 2014-04-10 | Added Home Feed [Justin Edmund]
| * 883fae0 2014-04-10 | Modified Models to accommodate a feed [Justin Edmund]
|/
* 6b8cfd3 2014-04-09 | Merge pull request #2 from jedmund/routing [Justin Edmund]
|\
| * 2e1de70 2014-04-09 | Removed .jbuilder files [Justin Edmund]
| * 1c1978f 2014-04-09 | Updated Views to reflect new Routes [Justin Edmund]
| * dd3fd1e 2014-04-09 | Fixed the redirect paths in CheckinsController [Justin Edmund]
| * 8604834 2014-04-09 | Switched to Nested Resources for Routes [Justin Edmund]
| * dbb4519 2014-04-09 | FriendlyID mods to Controllers [Justin Edmund]
| * f35834c 2014-04-09 | Extended FriendlyID into the User & Project models [Justin Edmund]
| * 6806814 2014-04-09 | Database migrations for FriendlyID [Justin Edmund]
| * f88a5cb 2014-04-09 | Added FriendlyID to the Gemfile [Justin Edmund]
| * 4e5cb4a 2014-04-08 | First pass at Routing [Justin Edmund]
|/
* a252c0b 2014-04-08 | Merge branch 'star' [Justin Edmund]
|\
| * 2b59bb2 2014-04-08 | User Edit form fragment [Justin Edmund]
| * 18ac27a 2014-04-08 | Following view [Justin Edmund]
| * 328a45e 2014-04-08 | Showing projects on User Profile [Justin Edmund]
| * 9c3ba01 2014-04-08 | Forms for Follow buttons and necessary View mods [Justin Edmund]
| * cc64166 2014-04-08 | Added field to edit website in Edit Account view [Justin Edmund]
| * 2fd2e6f 2014-04-08 | Added Edit Account link to Home view [Justin Edmund]
| * 68fbd17 2014-04-08 | Modified Controllers [Justin Edmund]
| * 1baa32a 2014-04-08 | Modified Project and User Models [Justin Edmund]
| * 7346f95 2014-04-08 | Modified RelationshipsController and Model [Justin Edmund]
| * 5d92409 2014-04-08 | Generated RelationshipsController [Justin Edmund]
| * a456c69 2014-04-08 | Added Relationships table [Justin Edmund]
|/
* c12d8e2 2014-04-07 | Added fields to User model, Project model [Justin Edmund]
* 76d818f 2014-04-07 | Added link to Edit Profile on Profile [Justin Edmund]
* f4c1347 2014-04-07 | Slight organization on the Edit Profile page [Justin Edmund]
* 54effa6 2014-04-07 | F U C K E R B [Justin Edmund]
* 9f1c152 2014-04-07 | Mini-refactor of UsersController [Justin Edmund]
* 834cbdf 2014-04-07 | Checkins properly create with a Project ID now [Justin Edmund]
* 810967b 2014-04-07 | Fuck ERB [Justin Edmund]
* 80f2709 2014-04-07 | Added callbacks for signed_in and correct users [Justin Edmund]
* ca1877c 2014-04-07 | Fixed broken unauth [Justin Edmund]
* a5ae506 2014-04-07 | Username is a required field at registration time [Justin Edmund]
* f979867 2014-04-07 | Added user-friendly Edit Project route [Justin Edmund]
* 090c8e6 2014-04-07 | Added Bourbon and Bitters to the Gemfile [Justin Edmund]
* 498a76d 2014-04-07 | Added rails-backbone to the Gemfile [Justin Edmund]
* 2b71daf 2014-04-07 | copy changes [Justin Edmund]
* 96ab95d 2014-04-07 | Showing a list of checkins on the project page [Justin Edmund]
* 7be06c1 2014-04-07 | Added Project ID to Checkins [Justin Edmund]
* f6fe180 2014-04-07 | Checkin view modifications [Justin Edmund]
* 42a6883 2014-04-07 | Projects dependent on User [Justin Edmund]
* e70d46e 2014-04-07 | Checkins dependent on Project [Justin Edmund]
* 51d5fdb 2014-04-07 | Added project limit logic [Justin Edmund]
* 341e174 2014-04-07 | Fixed the days_ago helper (Now days_old) [Justin Edmund]
* 3e70aa5 2014-04-07 | Removed README [Justin Edmund]
* ddf4173 2014-04-07 | Changed to user-friendly urls in home view [Justin Edmund]
* 06a5e5d 2014-04-07 | Added reset.css [Justin Edmund]
* 06874b1 2014-04-07 | Added route to allow for /:username/:projectname [Justin Edmund]
* 59e61d2 2014-04-07 | Added a unique index to Project name [Justin Edmund]
* ab7079c 2014-04-07 | copy change [Justin Edmund]
* ee040e3 2014-04-07 | time_ago_in_words in Project view [Justin Edmund]
* 088a6f5 2014-04-07 | days_ago ProjectsHelper [Justin Edmund]
* dbc54f5 2014-04-07 | Modified templates to be a more user-friendly [Justin Edmund]
* 7f328f6 2014-04-07 | Updated README.md [Justin Edmund]
* 906fdcf 2014-04-07 | Forgot to modify home template for username rename [Justin Edmund]
* 875195d 2014-04-07 | Made /username route to a profile [Justin Edmund]
* 2d9597e 2014-04-07 | Fixed cyclical dependency [Justin Edmund]
* c0abd42 2014-04-07 | schema.db [Justin Edmund]
* 5d69f8c 2014-04-07 | Scaffolds.css.scss [Justin Edmund]
* 9da2d59 2014-04-07 | Project modifications [Justin Edmund]
* 89f5a83 2014-04-07 | Projects Controller Test [Justin Edmund]
* 599b525 2014-04-07 | Renamed User's `name` to `username` in User model [Justin Edmund]
* 8666dfa 2014-04-07 | Added Checkins model [Justin Edmund]
* e47a39b 2014-04-07 | Modified User model [Justin Edmund]
* 336a01f 2014-04-07 | Added Projects model [Justin Edmund]
* a16691f 2014-04-05 | Added basic Sign in and Register buttons [Justin Edmund]
* 250ed1e 2014-04-05 | Added Rails [Justin Edmund]
* 3110a33 2014-04-05 | Updated .gitignore [Justin Edmund]
* 9029f90 2014-04-05 | Added .gitignore [Justin Edmund]
* 1851807 2014-04-04 | Update README.md [Justin Edmund]
* 6b80c5c 2014-04-04 | Create README.md [Justin Edmund]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment