| 2016-06-29 |
renamed config/environment to config/environments which is what rails is looking for. Commented out the DOCX mime type reference because it is already added by rails. Commented out the belongs_to_and has_many line in models/user because it is already defined by rolify gem
briley
committed
on 29 Jun 2016
|
|---|---|
|
Commented out api test since it is incomplete and references a missing fixture. Also commented out stubbed performance test because that functionality is no longer a part of rails
briley
committed
on 29 Jun 2016
|
|
|
Migrated codebase from rails 4.0 to 4.2, also removed most of the version specifications from the gem dependencies and ran bundle update
briley
committed
on 29 Jun 2016
|
|
| 2016-06-28 |
Updated rakefile so that rake runs tests by default
briley
committed
on 28 Jun 2016
|
|
Commented out failing unit and functional controller tests
briley
committed
on 28 Jun 2016
|
|
|
Fixed typo in token_permissions in db/seeds.rb. Started cleanup of tests
briley
committed
on 28 Jun 2016
|
|
| 2016-06-27 |
Added travis build status image to README.md
briley
committed
on 27 Jun 2016
|
|
setup travis with mysql
briley
committed
on 27 Jun 2016
|
|
|
Ran a rake db:migration:reset to get the API db changes in
briley
committed
on 27 Jun 2016
|
|
|
Updated swagger.rb to use the pre ruby 2.2 syntax '0.0' => {} instead of '0.0': {}
briley
committed
on 27 Jun 2016
|
|
|
Updated database.example.yml
briley
committed
on 27 Jun 2016
|
|
|
Added steps to copy database and secrets example files so that travis has something to work with
briley
committed
on 27 Jun 2016
|
|
|
Removed duplicate reference to i18n-js gems in the gemfile
briley
committed
on 27 Jun 2016
|
|
|
Added initial travis.yml file
briley
committed
on 27 Jun 2016
|
|
|
Added initial travis.yml file
briley
committed
on 27 Jun 2016
|
|
|
Rebased development branch and corrected merge conflicts
briley
committed
on 27 Jun 2016
|
|
|
|
|
| 2016-06-09 |
Added better data to seeds file. Tested upgrade to bootstrap 3.2 but reverted back
briley
committed
on 9 Jun 2016
|
| 2016-06-08 |
Added console debug lines to JS and then removed them when done
briley
committed
on 8 Jun 2016
|
|
Fixed bootstrap tab issue on static pages. JQuery selector was not specific enough and was mixing up top nav bar with page specific tabs
briley
committed
on 8 Jun 2016
|
|
|
Updated user model to assign variables to the attr_accessible list so that User profile and Super Admin user updates work
briley
committed
on 8 Jun 2016
|
|
| 2016-06-07 |
Updated User model so that the edit profile page will save changes
briley
committed
on 7 Jun 2016
|
|
Added missing fontawesome web font.
briley
committed
on 7 Jun 2016
|
|
|
Fixed issue with undefined 'options' variable in projects.js
briley
committed
on 7 Jun 2016
|
|
|
Fixed issue with undefined 'options' variable in projects.js
briley
committed
on 7 Jun 2016
|
|
|
Updated seeds.rb to first check to see if record exists before inserting. Added a 4.0 hack to load the new config/secrets.yml file instead of config/initializers/secret_token.rb, this new secrets.yml will auto-load when we are on 4.1
briley
committed
on 7 Jun 2016
|
|
| 2016-06-06 |
commented out reference to old AdminUser object in DB migration file. Added installation instructions to README
briley
committed
on 6 Jun 2016
|
| 2016-06-03 |
Added more installation instructions and troubleshooting tips. Updated the Gemfile to accept therubyracer versions greater than 0.11.4
Brian Riley
committed
on 3 Jun 2016
|
|
Updated the installation/troubleshooting instructions and removed the duplicate 'turbolinks' referenced in the Gemfile
Brian Riley
committed
on 3 Jun 2016
|
|
|
Merging initial master code base into development. We will typically go from development -> master in the future.
...
Brian Riley
committed
on 3 Jun 2016
|