| 2016-07-20 |
Added 'self' prefix to dmptemplate references in models/project.rb because of a scoping issue. tweaks to select2 dropdowns on create project page
briley
committed
on 20 Jul 2016
|
|---|---|
| 2016-07-19 |
Updated textbox and textarea sizes on contact_us form. added a route for the 'future plans' page
briley
committed
on 19 Jul 2016
|
|
Removed deprecated uniq_by call on ActiveRecord collection
briley
committed
on 19 Jul 2016
|
|
|
Fixed i18n calls in erb files that were missing an equal sign (e.g. <% t('value'') %> --> <%= t('value') %> so that the value will appear to the user. Also updated i18n calls from admin.js with 'js.' prefix)
briley
committed
on 19 Jul 2016
|
|
|
Fixed add/remove option js
briley
committed
on 19 Jul 2016
|
|
| 2016-07-18 |
Removed all accepts_nested_attributes_for for belongs_to associations because they were creating circular calls in ActiveRecord.
briley
committed
on 18 Jul 2016
|
|
Upgraded select2 js file
briley
committed
on 18 Jul 2016
|
|
| 2016-07-15 |
removed deprecated link_to_object function from helpers/application.rb and added client side js script to add new options to a question.
Brian Riley
committed
on 15 Jul 2016
|
|
Replaced deprecated link_to_function. the call in the helpers/application.rb should eventually be rethought. We shouldn't be using the onclick function of an html element directly, we should use the jquery approach: .click()
Brian Riley
committed
on 15 Jul 2016
|
|
|
Added js preventDefault to modal popup functions to prevent them from appearing and immediately disappering
Brian Riley
committed
on 15 Jul 2016
|
|
|
removed redundant bootstrap file. using bootstrap.min.js going forward. updated css to default align all text to left
Brian Riley
committed
on 15 Jul 2016
|
|
|
Fixed stack too deep error by commenting out circular reference to sections in the version model. Changed deprecated '.find(:all, :order => 'field ASC')' format to '.all.order('field')'
Brian Riley
committed
on 15 Jul 2016
|
|
| 2016-07-12 |
Updated routes.rb to remove unecessary create and edit route definitions
briley
committed
on 12 Jul 2016
|
| 2016-07-06 |
Updated find_by_all to the newer and more accepted 'where'
briley
committed
on 6 Jul 2016
|
| 2016-06-29 |
added rake db:test:prepare back to travis file and added call to run default test task
briley
committed
on 29 Jun 2016
|
|
Removed rake db tasks from travis file now that the offending migration script has been fixed
briley
committed
on 29 Jun 2016
|
|
|
replaced deprecated ActiveRecord::Migrator call in old db migration file
briley
committed
on 29 Jun 2016
|
|
|
Added fb:migrate and db:test:prepare commands to travis file
briley
committed
on 29 Jun 2016
|
|
|
removed schem_migration line from test_helper as it did not seem to help with the schema migration issue in travis
briley
committed
on 29 Jun 2016
|
|
|
Ran db:migrate to update the schema since there were some pending migrations preventing travis from running rake
briley
committed
on 29 Jun 2016
|
|
|
Added line to have tests auto-run db:migrate
briley
committed
on 29 Jun 2016
|
|
|
updated ruby version to 2.1.10 for devise gem
briley
committed
on 29 Jun 2016
|
|
|
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
|