-
-
Notifications
You must be signed in to change notification settings - Fork 110
Remove Rails dependency (version bump 2.5.0) #127
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
Open
nimmolo
wants to merge
11
commits into
igorkasyanchuk:master
Choose a base branch
from
nimmolo:master
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
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
e92ce70
Remove rails dependency
nimmolo 23800dc
Initial commit, passes tests
nimmolo 0bfa56e
Modify notes
nimmolo 7bb3667
Cleanup
nimmolo dfd30a5
unlock gem pg version (to match master)
nimmolo 3a434eb
unlock gem version will_paginate to match master
nimmolo 4accd58
Update Gemfile.lock
nimmolo 1ef865d
Edit notes
nimmolo cace554
Update rails_db.gemspec
nimmolo 4d5b21c
DRY up requires
nimmolo 8f44c8f
Add new minor version to track dev changes
nimmolo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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,26 +1,3 @@ | ||
| source 'https://rubygems.org' | ||
|
|
||
| gemspec | ||
|
|
||
| gem 'rails' | ||
| gem 'terminal-table' | ||
| gem 'simple_form', '>= 5.0.1' | ||
| gem 'ransack', '>= 2.3.2' | ||
| gem 'kaminari', '>= 0.17.0' | ||
|
|
||
| # for Rails 5+ | ||
| gem 'rubyzip', '>= 1.2.1' | ||
| gem 'caxlsx' | ||
| gem 'caxlsx_rails' | ||
|
|
||
| group :assets do | ||
| gem 'uglifier' | ||
| end | ||
|
|
||
| group :test do | ||
| gem "sqlite3", '~> 1.4' | ||
| end | ||
|
|
||
| gem 'will_paginate' | ||
|
|
||
| gem 'paranoia' |
This file contains hidden or 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,219 +1,176 @@ | ||
| PATH | ||
| remote: . | ||
| specs: | ||
| rails_db (2.4.1) | ||
| rails_db (2.5.0) | ||
| actionmailer | ||
| actionpack | ||
| activerecord | ||
| kaminari | ||
| rails (>= 5.0.0) | ||
| railties | ||
| rake | ||
| ransack (>= 2.3.2) | ||
| rubyzip (>= 1.2.1) | ||
| simple_form (>= 5.0.1) | ||
| sprockets-rails | ||
| terminal-table | ||
| uglifier | ||
|
|
||
| GEM | ||
| remote: https://rubygems.org/ | ||
| specs: | ||
| actioncable (6.1.3.2) | ||
| actionpack (= 6.1.3.2) | ||
| activesupport (= 6.1.3.2) | ||
| nio4r (~> 2.0) | ||
| websocket-driver (>= 0.6.1) | ||
| actionmailbox (6.1.3.2) | ||
| actionpack (= 6.1.3.2) | ||
| activejob (= 6.1.3.2) | ||
| activerecord (= 6.1.3.2) | ||
| activestorage (= 6.1.3.2) | ||
| activesupport (= 6.1.3.2) | ||
| mail (>= 2.7.1) | ||
| actionmailer (6.1.3.2) | ||
| actionpack (= 6.1.3.2) | ||
| actionview (= 6.1.3.2) | ||
| activejob (= 6.1.3.2) | ||
| activesupport (= 6.1.3.2) | ||
| actionmailer (6.1.6) | ||
| actionpack (= 6.1.6) | ||
| actionview (= 6.1.6) | ||
| activejob (= 6.1.6) | ||
| activesupport (= 6.1.6) | ||
| mail (~> 2.5, >= 2.5.4) | ||
| rails-dom-testing (~> 2.0) | ||
| actionpack (6.1.3.2) | ||
| actionview (= 6.1.3.2) | ||
| activesupport (= 6.1.3.2) | ||
| actionpack (6.1.6) | ||
| actionview (= 6.1.6) | ||
| activesupport (= 6.1.6) | ||
| rack (~> 2.0, >= 2.0.9) | ||
| rack-test (>= 0.6.3) | ||
| rails-dom-testing (~> 2.0) | ||
| rails-html-sanitizer (~> 1.0, >= 1.2.0) | ||
| actiontext (6.1.3.2) | ||
| actionpack (= 6.1.3.2) | ||
| activerecord (= 6.1.3.2) | ||
| activestorage (= 6.1.3.2) | ||
| activesupport (= 6.1.3.2) | ||
| nokogiri (>= 1.8.5) | ||
| actionview (6.1.3.2) | ||
| activesupport (= 6.1.3.2) | ||
| actionview (6.1.6) | ||
| activesupport (= 6.1.6) | ||
| builder (~> 3.1) | ||
| erubi (~> 1.4) | ||
| rails-dom-testing (~> 2.0) | ||
| rails-html-sanitizer (~> 1.1, >= 1.2.0) | ||
| activejob (6.1.3.2) | ||
| activesupport (= 6.1.3.2) | ||
| activejob (6.1.6) | ||
| activesupport (= 6.1.6) | ||
| globalid (>= 0.3.6) | ||
| activemodel (6.1.3.2) | ||
| activesupport (= 6.1.3.2) | ||
| activerecord (6.1.3.2) | ||
| activemodel (= 6.1.3.2) | ||
| activesupport (= 6.1.3.2) | ||
| activestorage (6.1.3.2) | ||
| actionpack (= 6.1.3.2) | ||
| activejob (= 6.1.3.2) | ||
| activerecord (= 6.1.3.2) | ||
| activesupport (= 6.1.3.2) | ||
| marcel (~> 1.0.0) | ||
| mini_mime (~> 1.0.2) | ||
| activesupport (6.1.3.2) | ||
| activemodel (6.1.6) | ||
| activesupport (= 6.1.6) | ||
| activerecord (6.1.6) | ||
| activemodel (= 6.1.6) | ||
| activesupport (= 6.1.6) | ||
| activesupport (6.1.6) | ||
| concurrent-ruby (~> 1.0, >= 1.0.2) | ||
| i18n (>= 1.6, < 2) | ||
| minitest (>= 5.1) | ||
| tzinfo (~> 2.0) | ||
| zeitwerk (~> 2.3) | ||
| addressable (2.7.0) | ||
| addressable (2.8.0) | ||
| public_suffix (>= 2.0.2, < 5.0) | ||
| builder (3.2.4) | ||
| caxlsx (3.1.0) | ||
| caxlsx (3.2.0) | ||
| htmlentities (~> 4.3, >= 4.3.4) | ||
| marcel (~> 1.0) | ||
| nokogiri (~> 1.10, >= 1.10.4) | ||
| rubyzip (>= 1.3.0, < 3) | ||
| caxlsx_rails (0.6.2) | ||
| caxlsx_rails (0.6.3) | ||
| actionpack (>= 3.1) | ||
| caxlsx (>= 3.0) | ||
| coderay (1.1.3) | ||
| concurrent-ruby (1.1.9) | ||
| concurrent-ruby (1.1.10) | ||
| crass (1.0.6) | ||
| erubi (1.10.0) | ||
| execjs (2.8.1) | ||
| globalid (0.4.2) | ||
| activesupport (>= 4.2.0) | ||
| globalid (1.0.0) | ||
| activesupport (>= 5.0) | ||
| htmlentities (4.3.4) | ||
| i18n (1.8.10) | ||
| i18n (1.10.0) | ||
| concurrent-ruby (~> 1.0) | ||
| kaminari (1.2.1) | ||
| kaminari (1.2.2) | ||
| activesupport (>= 4.1.0) | ||
| kaminari-actionview (= 1.2.1) | ||
| kaminari-activerecord (= 1.2.1) | ||
| kaminari-core (= 1.2.1) | ||
| kaminari-actionview (1.2.1) | ||
| kaminari-actionview (= 1.2.2) | ||
| kaminari-activerecord (= 1.2.2) | ||
| kaminari-core (= 1.2.2) | ||
| kaminari-actionview (1.2.2) | ||
| actionview | ||
| kaminari-core (= 1.2.1) | ||
| kaminari-activerecord (1.2.1) | ||
| kaminari-core (= 1.2.2) | ||
| kaminari-activerecord (1.2.2) | ||
| activerecord | ||
| kaminari-core (= 1.2.1) | ||
| kaminari-core (1.2.1) | ||
| kaminari-core (= 1.2.2) | ||
| kaminari-core (1.2.2) | ||
| launchy (2.5.0) | ||
| addressable (~> 2.7) | ||
| loofah (2.10.0) | ||
| loofah (2.18.0) | ||
| crass (~> 1.0.2) | ||
| nokogiri (>= 1.5.9) | ||
| mail (2.7.1) | ||
| mini_mime (>= 0.1.1) | ||
| marcel (1.0.1) | ||
| marcel (1.0.2) | ||
| method_source (1.0.0) | ||
| mime-types (2.99.3) | ||
| mini_mime (1.0.3) | ||
| mini_portile2 (2.5.3) | ||
| minitest (5.14.4) | ||
| mysql2 (0.3.20) | ||
| nio4r (2.5.7) | ||
| nokogiri (1.11.7) | ||
| mini_portile2 (~> 2.5.0) | ||
| mime-types (3.4.1) | ||
| mime-types-data (~> 3.2015) | ||
| mime-types-data (3.2022.0105) | ||
| mini_mime (1.1.2) | ||
| mini_portile2 (2.8.0) | ||
| minitest (5.15.0) | ||
| mysql2 (0.5.4) | ||
| nokogiri (1.13.6) | ||
| mini_portile2 (~> 2.8.0) | ||
| racc (~> 1.4) | ||
| paranoia (2.4.3) | ||
| activerecord (>= 4.0, < 6.2) | ||
| pg (1.2.3) | ||
| paranoia (2.6.0) | ||
| activerecord (>= 5.1, < 7.1) | ||
| pg (1.3.5) | ||
| pry (0.14.1) | ||
| coderay (~> 1.1) | ||
| method_source (~> 1.0) | ||
| pry-rails (0.3.9) | ||
| pry (>= 0.10.4) | ||
| public_suffix (4.0.6) | ||
| racc (1.5.2) | ||
| rack (2.2.3) | ||
| public_suffix (4.0.7) | ||
| racc (1.6.0) | ||
| rack (2.2.3.1) | ||
| rack-test (1.1.0) | ||
| rack (>= 1.0, < 3) | ||
| rails (6.1.3.2) | ||
| actioncable (= 6.1.3.2) | ||
| actionmailbox (= 6.1.3.2) | ||
| actionmailer (= 6.1.3.2) | ||
| actionpack (= 6.1.3.2) | ||
| actiontext (= 6.1.3.2) | ||
| actionview (= 6.1.3.2) | ||
| activejob (= 6.1.3.2) | ||
| activemodel (= 6.1.3.2) | ||
| activerecord (= 6.1.3.2) | ||
| activestorage (= 6.1.3.2) | ||
| activesupport (= 6.1.3.2) | ||
| bundler (>= 1.15.0) | ||
| railties (= 6.1.3.2) | ||
| sprockets-rails (>= 2.0.0) | ||
| rails-dom-testing (2.0.3) | ||
| activesupport (>= 4.2.0) | ||
| nokogiri (>= 1.6) | ||
| rails-html-sanitizer (1.3.0) | ||
| rails-html-sanitizer (1.4.2) | ||
| loofah (~> 2.3) | ||
| railties (6.1.3.2) | ||
| actionpack (= 6.1.3.2) | ||
| activesupport (= 6.1.3.2) | ||
| railties (6.1.6) | ||
| actionpack (= 6.1.6) | ||
| activesupport (= 6.1.6) | ||
| method_source | ||
| rake (>= 0.8.7) | ||
| rake (>= 12.2) | ||
| thor (~> 1.0) | ||
| rake (13.0.3) | ||
| ransack (2.4.2) | ||
| activerecord (>= 5.2.4) | ||
| activesupport (>= 5.2.4) | ||
| rake (13.0.6) | ||
| ransack (3.0.1) | ||
| activerecord (>= 6.0.4) | ||
| activesupport (>= 6.0.4) | ||
| i18n | ||
| rubyzip (2.3.0) | ||
| rubyzip (2.3.2) | ||
| simple_form (5.1.0) | ||
| actionpack (>= 5.2) | ||
| activemodel (>= 5.2) | ||
| sprockets (4.0.2) | ||
| sprockets (4.0.3) | ||
| concurrent-ruby (~> 1.0) | ||
| rack (> 1, < 3) | ||
| sprockets-rails (3.2.2) | ||
| actionpack (>= 4.0) | ||
| activesupport (>= 4.0) | ||
| sprockets-rails (3.4.2) | ||
| actionpack (>= 5.2) | ||
| activesupport (>= 5.2) | ||
| sprockets (>= 3.0.0) | ||
| sqlite3 (1.4.2) | ||
| terminal-table (3.0.1) | ||
| terminal-table (3.0.2) | ||
| unicode-display_width (>= 1.1.1, < 3) | ||
| thor (1.1.0) | ||
| thor (1.2.1) | ||
| tzinfo (2.0.4) | ||
| concurrent-ruby (~> 1.0) | ||
| uglifier (4.2.0) | ||
| execjs (>= 0.3.0, < 3) | ||
| unicode-display_width (2.0.0) | ||
| websocket-driver (0.7.4) | ||
| websocket-extensions (>= 0.1.0) | ||
| websocket-extensions (0.1.5) | ||
| will_paginate (3.3.0) | ||
| zeitwerk (2.4.2) | ||
| unicode-display_width (2.1.0) | ||
| will_paginate (3.3.1) | ||
| zeitwerk (2.5.4) | ||
|
|
||
| PLATFORMS | ||
| ruby | ||
|
|
||
| DEPENDENCIES | ||
| caxlsx | ||
| caxlsx_rails | ||
| kaminari (>= 0.17.0) | ||
| launchy | ||
| mime-types (< 3.0) | ||
| mysql2 (<= 0.3.20) | ||
| mime-types | ||
| mysql2 | ||
| paranoia | ||
| pg | ||
| pry-rails | ||
| rails | ||
| rails_db! | ||
| ransack (>= 2.3.2) | ||
| rubyzip (>= 1.2.1) | ||
| simple_form (>= 5.0.1) | ||
| sqlite3 (~> 1.4) | ||
| terminal-table | ||
| uglifier | ||
| sqlite3 (>= 1.4) | ||
| will_paginate | ||
|
|
||
| BUNDLED WITH | ||
| 1.17.3 | ||
| 2.3.15 |
This file contains hidden or 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 hidden or 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 hidden or 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 @@ | ||
| // Needed for sprockets-rails? |
This file contains hidden or 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,15 @@ | ||
| # To choose what Rails frameworks to load, and skip others: | ||
| # NOTE: Be sure this list reflects the same choices made in the gemspec | ||
| require 'rails' # NOTE: not 'rails/rails' or 'rails/all' | ||
| require 'active_model/railtie' | ||
| # require 'active_job/railtie' | ||
| require 'active_record/railtie' | ||
| # require 'active_storage/engine' | ||
| require 'action_controller/railtie' | ||
| require 'action_mailer/railtie' | ||
| # require 'action_mailbox/engine' | ||
| # require 'action_text/engine' | ||
| require 'action_view/railtie' | ||
| # require 'action_cable/engine' | ||
| require 'sprockets/railtie' | ||
| require 'rails/test_unit/railtie' |
This file contains hidden or 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,3 +1,3 @@ | ||
| module RailsDb | ||
| VERSION = "2.4.1" | ||
| VERSION = "2.5.0.102" | ||
| 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.
Uh oh!
There was an error while loading. Please reload this page.