Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rails 5.0 upgrade (#2726) #2783

Merged
merged 4 commits into from
Jun 7, 2018
Merged

Rails 5.0 upgrade (#2726) #2783

merged 4 commits into from
Jun 7, 2018

Commits on Jun 7, 2018

  1. Rails 5.0 upgrade (#2726)

    * Upgraded the .gitignore according to rails diff
    
    * Initial Gemfile update
    
    * Update README.md
    
    * Showing message at the top of upgrade page (#2713)
    
    * added an upgrade alert tag
    
    * Additional questions page tweak (#2721)
    
    * added the tag to determine which upgrade is listed on the website
    
    * changed regex back
    
    * added an upgrade alert tag
    
    * added the tag to determine which upgrade is listed on the website
    
    * changed regex back
    
    * added upgrade after pull and rebase master
    
    * Upgrade to Rails 5
    
    * Uncommented composite_primary_key gem
    
    * Removed the dual occurence of rails_autolink
    
    * Update readme installation, fixes #2729 (#2730)
    
    Updates the readme to change the installation instructions, fixes #2729
    
    * Commented activerecord-tableless
    
    * Draft display on Dashboard (#2666)
    
    * draft display on dashboard
    
    * moderator file view permitted
    
    * checking
    
    * fix
    
    * test fix
    
    * Added and modified few config files according to railsdiff.org
    
    * Removed mass_assignment_sanitizer
    
    * Removed composite primary key gem
    
    * Removed all attr_accessible in all models
    
    * Added composite_primary_key gem again
    
    * Downgraded rails and removed few attr_accessible commands
    
    * Added strong parameters to the controllers
    
    * Added strong parameters gem and also include params.require inside private methods
    
    * Added strongparameters.rb file to initializers folder
    
    * Removed unnecessary strong_parameter functions
    
    * Removed some errors
    
    * Changed test command temporarily in .travis.yml
    
    * Corrected config/puma.rb file with adding some assets
    
    * Added all the config.precompile files in one line
    
    * Removed error of problem in updating of user profile
    
    * Removed the error while creating a user
    
    * Removed error RecordNotFound: Couldn't find Node with 'nid'=
    
    * Removed some errors related to ids
    
    * Removed comment.reload in comment_controller_test
    
    * Track Dockerfiles accross instances. (#2593)
    
    * Track Dockerfiles accross instances.
    
    * Specify jessie as base
    
    * Add commands to build&deploy container with Makefile. (#2746)
    
    * Added Sample Cron Job to check working of Whenever Gem (#2715)
    
    *  Added Sample Cron Job to test Whenever Gem
    
    * Added make targets for deployment and cron service start
    
    * Added make to image
    
    * Tweak Makefile
    
    * Fix cron starting command in Makefile
    
    * Trim whitespace
    
    * Explicitly set jessie as base container
    
    * Fixed codeclimate issues
    
    * Auto-set wiki slug (#2743)
    
    * Added keyword arguments to the tag_model.rb
    
    * changed the query statement in search method of node.rb
    
    * Force removal of pid file (see
    docker/compose#1393)
    
    * Updated the tests due to change in arguments of search function in node.rb
    
    * Removed all the failures from tag_controller_test.rb
    
    * Changed the style of params in notes_controller_test.rb
    
    * Removed all depreciation warnings related to notes_controller
    
    * Removed all deprecation warnings related to image_controller and answers_controller
    
    * Removed all deprecation warnings of like_controller and fixed syntax error of answer_controller_test.rb
    
    * Removed all dep warnings of editor_controller and syntax error of like_controller_test.rb
    
    * removed all errors of answer_controller and some errors of tag_controller.rb
    
    * Removed all dep warnings of tag_controller_test.rb
    
    * Removed several dep warnings
    
    * Removed dep warnings of wiki_controller
    
    * Removed dep warnings of talk_controller
    
    * Removed dep warnings of legacy_controller_test.rb
    
    * Removed some warnings related to comment_controller
    
    * Removed the syntax errors
    
    * Removed two failures regarding application/xml+rss
    
    * Removed 2 failures due to wrong way of passing parameters in tests
    
    * Removed 2 failures
    
    * Fix params
    
    * Remove deprecations
    
    * Removed some dep warnings
    
    * Remove deprecations
    
    * Reverted to nothing => true
    
    * Reverted to nothing => true
    
    * Avoid rendering more than once in the same action
    
    * Removed all dep warnings related to user_tags_controller_test
    
    * Remove deprecation
    
    * Removed Dep warnings
    
    * Fix deprecation
    
    * Replace before_filter
    
    * Remove deprecation
    
    * Remove deprecation
    
    * Remove deprecation
    
    * Remove deprecation
    
    * Bump Ruby version to match Travis'
    
    * Simplify email regex to work with Ruby 2.4.1
    
    * Changed the ruby version in Dockerfile
    
    * Remove deprecation
    
    * Remove deprecation
    
    * Removed the depreciation warning related to dynamic :controller and :action segment in routes
    
    * Changed the default ActiveRecord to ApplicationRecord in models
    
    * Clean Gemfile
    
    * Reverted to ['nid'] in tag_controller_test.rb
    
    * Changed the tests to rake test:all in .travis.yml
    
    * Minor spacing correction in .travis.yml
    
    * added a commit in application.js an application.css regarding the precompilation of files
    
    * Added more indentation
    
    * Small fixes
    
    * Separated the rails test and jasmine and coveralls task
    
    * Modified ['nid'] to ['node']['nid']
    
    * Removed the extra puts in Rakefile
    
    * Changed the serial of tests
    
    * Added rake/testtask to Rakefile
    
    * Removed puma
    
    * Changed to ruby 2.4.1-jessie
    Souravirus committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    cf17651 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4131a33 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ffb3599 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a9c045d View commit details
    Browse the repository at this point in the history