-
Notifications
You must be signed in to change notification settings - Fork 46
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
Rails5 #63
Open
aivils
wants to merge
40
commits into
allourideas:master
Choose a base branch
from
ithouse:rails5
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Rails5 #63
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
4260f37
ruby-1.9.3 partialy working
aivils 847040e
gems
aivils 8c02f46
rails 5 config not working
aivils f95adb8
rails5 routes
aivils 87450a2
rails5 home page responded
aivils bfcc064
rails5 assets
aivils 4cc958a
rails5 rspec earl controller
aivils a0f3c1f
rails5 rspec models
aivils cf9f95e
rails5 rspec promts controller
aivils dfbed84
rails5 rspec questions controller
aivils 95d4d4b
rails5 rspec questions routing
aivils 4bcad0a
rails5 rspec integration incomplete
aivils e7209bf
rails5 cucumber start
aivils 6155c59
rails5 cucumber 1st passed
aivils a7e7750
rails5 cucumber admin passed
aivils 1acffb1
rails5 cucumber fraud_prevention passed
aivils 45d812f
rails5 cucumber idea_marketplace passed
aivils dfe2e83
rails5 cucumber results passed
aivils 5fc9133
rails5 cucumber users passed
aivils c1ead39
rails5 cucumber visitors passed
aivils 5a89b14
rails5 cucumber voting passes
aivils 2329a01
rails5 cucumber widget passes
aivils 0f19e22
rails5 fixes
aivils b1ec33d
uglifier
aivils dfe482d
rails5 remove active storage
aivils 620bb95
rails5 remove abingo
aivils 735c6f8
rails5 dotenv
aivils c0e31f6
rails5 app:update
aivils 4de14d3
rails5 unpermitted parameters
aivils 33ae29b
rails5 fixes, widget host
aivils e1f4d6e
rails5 X-FRAME-OPTIONS ALLOWALL
aivils 65967cd
rails5 widget
aivils 28bccd2
rails5 fixes, mailer
aivils 1c34355
rails5 sendgrid constant
aivils 857ea90
rails5 migration compatibility
valdis 6b8f0f6
rails5 vote box js
aivils 48ba945
rails5 assets
aivils ede4725
rails5 prompt service
aivils f4f6339
rails5 earl wikipedia
aivils 7dfda49
rails5 widget vote box js
aivils File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
FACEBOOK_API_KEY: 830527976957438 | ||
FACEBOOK_SECRET: 522676ba37f906007ccb37bb89fa1d17 | ||
DRAUGIEM_APP_ID=15020849 | ||
DRAUGIEM_APP_SECRET=0ce7c2aaef24fff8363c633e23687295 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ruby-2.4.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,65 +1,90 @@ | ||
source "https://rubygems.org" | ||
source "http://gems.github.com" | ||
|
||
gem "rails", "2.3.18" | ||
gem "rake", "~> 0.9.0" | ||
gem "multi_json", "1.0.4" | ||
gem "rails", "5.2.1" | ||
gem "rake", "~> 12.3.1" | ||
gem "multi_json", "1.13.1" | ||
gem "json" | ||
gem "libxml-ruby", "2.9.0", :require => "libxml" | ||
gem "ambethia-smtp-tls", "1.1.2", :require => "smtp-tls" | ||
gem "paperclip", "~> 2.7.0" | ||
gem "aws-s3", "0.6.2", :require => "aws/s3" | ||
gem "aws-sdk", "~> 1.5.0" | ||
gem "mime-types", "1.16", :require => "mime/types" | ||
gem "xml-simple", "1.0.12", :require => "xmlsimple" | ||
gem "yfactorial-utility_scopes", "0.2.2", :require => "utility_scopes" | ||
gem "formtastic", "~> 0.2.2" | ||
gem "inherited_resources", "1.0.4" | ||
gem "has_scope", "0.4.2" | ||
gem "responders", "0.4.8" | ||
gem "thoughtbot-clearance", "0.8.2", :require => "clearance" | ||
gem "fastercsv", "1.5.1", :platform => :ruby_18 | ||
gem "redis-store", "1.0.0.1" | ||
gem "redis", "~> 2.2.1" | ||
gem "system_timer", "~> 1.2.4", :platform => :ruby_18 | ||
gem "will_paginate", "2.3.14" | ||
gem "geoip", "1.2.1" | ||
gem "geokit", "1.5.0" | ||
gem "friendly_id", "2.2.5" | ||
gem "sax-machine", "0.0.14" | ||
gem "i18n", "0.3.7" | ||
gem "delayed_job", "2.0.6" | ||
gem "haml", "~> 3.1.7" | ||
gem "compass-rails", "~> 1.0.3" | ||
gem "mysql2", "0.2.24" | ||
gem "bugsnag", "~> 5.5.0" | ||
gem "test-unit", "1.2.3" | ||
# gem "libxml-ruby", "3.1.0", :require => "libxml" | ||
#gem "ambethia-smtp-tls", "1.1.2", :require => "smtp-tls" # obsolete | ||
gem "paperclip", "~> 5.2.1" # obsolete | ||
#gem "aws-s3", "0.6.3", :require => "aws/s3" | ||
gem "aws-sdk", "~> 3.0.1" | ||
gem "mime-types", "3.2.2", :require => "mime/types" | ||
gem "xml-simple", "1.1.5"# , :require => "xmlsimple" | ||
# gem "yfactorial-utility_scopes", "0.2.2", :require => "utility_scopes" # obsolete | ||
gem "formtastic" | ||
gem "inherited_resources", "1.9.0" | ||
gem "has_scope", "0.7.2" | ||
gem "responders", "2.4.0" | ||
gem "clearance", "1.16.1", :require => "clearance" | ||
gem "fastercsv", "1.5.5" | ||
gem "redis-store", "1.5.0" | ||
gem "redis", "~> 4.0.2" | ||
# gem "system_timer", "~> 1.2.4" | ||
gem "will_paginate", "3.1.6" | ||
gem "will_paginate-bootstrap", ">= 1.0.1" | ||
gem "geoip", "1.6.4" | ||
gem "geokit", "1.13.1" | ||
gem "friendly_id", "5.2.4" | ||
gem "sax-machine", "1.3.2" | ||
gem "i18n" | ||
gem "delayed_job", "4.1.5" | ||
gem 'delayed_job_active_record' | ||
gem "haml", "~> 5.0.4" | ||
gem "compass-rails", "~> 3.1.0" | ||
gem "mysql2", "0.5.2" | ||
# gem "bugsnag", "~> 5.5.0" | ||
gem "test-unit", "3.2.8" | ||
gem 'bootsnap', '>= 1.1.0', require: false | ||
gem 'activeresource' | ||
gem 'highcharts-rails' | ||
gem 'actionpack-page_caching' | ||
gem 'dotenv-rails' | ||
|
||
group :development do | ||
gem "engineyard", "~> 1.4.29" | ||
#gem "engineyard", "~> 1.4.29" | ||
gem "listen" | ||
end | ||
|
||
group :development, :test, :cucumber do | ||
gem "byebug" | ||
gem "puma" | ||
end | ||
|
||
group :production, :staging do | ||
gem "sendgrid", "0.1.4" | ||
gem "sendgrid", "1.2.4" | ||
end | ||
|
||
group :test, :cucumber do | ||
gem 'cucumber', '1.1.0' | ||
gem 'cucumber-rails2', '~> 0.3.2' | ||
gem "pickle", "~> 0.4.7" | ||
gem "poltergeist", "~> 1.0.1" | ||
gem "sqlite3", ">=1.3.3" | ||
gem "database_cleaner", "0.5.0" | ||
gem "capybara", "~> 1.1.2" | ||
gem "factory_girl", "~>1.2.1" | ||
gem "shoulda", "~> 2.10.1" | ||
gem "timecop", "0.3.5" | ||
gem "rspec", "1.3.2" | ||
gem "rspec-rails", "1.3.4" | ||
gem "email_spec", "0.4.0" | ||
gem "sendgrid", "0.1.4" | ||
gem "fakeweb", "~>1.2.5" | ||
gem "jferris-mocha", "0.9.5.0.1241126838", :require => "mocha" | ||
gem 'cucumber', '3.1.2' | ||
gem 'cucumber-rails', '~> 1.6.0' | ||
gem "pickle", "~> 0.5.5" | ||
gem "poltergeist", "~> 1.18.1" | ||
gem "sqlite3", ">=1.3.13" | ||
gem "database_cleaner", "1.7.0" | ||
gem "capybara", "~> 3.7.1" | ||
gem 'capybara-screenshot' | ||
gem "factory_bot", "~>4.11.0" | ||
gem "shoulda", "~> 3.6.0" | ||
gem "timecop", "0.9.1" | ||
gem "rspec", "3.8.0" | ||
gem "rspec-rails", "3.8.0" | ||
gem "email_spec", "2.2.0" | ||
gem "sendgrid", "1.2.4" | ||
# gem "fakeweb", "~>1.2.5" # obsolete | ||
# gem "jferris-mocha", "0.9.5.0.1241126838", :require => "mocha" # obsolete | ||
gem 'simplecov', require: false | ||
gem 'rails-controller-testing' | ||
gem 'rspec-activemodel-mocks' | ||
end | ||
gem "ey_config" | ||
gem "newrelic_rpm" | ||
# gem "ey_config" # engine yard | ||
# gem "newrelic_rpm" | ||
|
||
group :assets do | ||
gem 'therubyracer' | ||
gem 'sass-rails' | ||
gem 'coffee-rails' | ||
gem 'uglifier' | ||
end | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I expect that API keys and secrets should not be included as part of this pull request.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Development is stopped. I already noticed above all parts are not ported. Please finish it by yourself or by another enthusiast.