-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature#01 initial setup #3
Merged
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
8d81990
chore: Add template issues
marianoalarcon dd65c9f
chore: Add template pull request
marianoalarcon e3e8887
chore: Init rails app
marianoalarcon 073ab44
chore: Add rubocop
marianoalarcon 700b15b
chore: Add rubocop-rails
marianoalarcon 8cc1cb3
chore: Add rubycritic
marianoalarcon 9daf7b4
chore: Add rubycritic-small-badge
marianoalarcon 39c7a96
chore: Add rake gem and run Rubocop to Gemfile
marianoalarcon f174a5f
chore: Add rpec-rails Gemfile
marianoalarcon 1832abd
chore: Install rpec-rails
marianoalarcon 2cc1d52
chore: Add bootstrap
marianoalarcon 58e25eb
chore: Add sqlite3, for test and development environments
marianoalarcon 182d889
chore: setup database.yml and slite3 for test and development environ…
marianoalarcon a2daaf4
chore: Postgresql config database.yml
SpidySamurai 9b4acd3
chore(.ruby-version): update ruby-version in order to add the gemset …
marianoalarcon ea0eacc
chore: Add hamlit and hamlit-rails gems
marianoalarcon 3cdaaa4
chore: Add simple_form gem
marianoalarcon 91bbfa0
chore: Add annotate gem
marianoalarcon 46b417d
chore: Install simple_form
marianoalarcon ffaac49
chore: Add sandi_meter gem and add rake tasks for metrics code
marianoalarcon 1390f0c
Add simplecov and simplecov-small-badge for coverage and add config s…
marianoalarcon 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 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 |
---|---|---|
|
@@ -52,9 +52,13 @@ group :development do | |
gem 'rubocop-rails', '~> 2.10' | ||
gem 'rubycritic', '~> 4.6' | ||
gem 'rubycritic-small-badge', '~> 0.2.1' | ||
gem "hamlit", "~> 2.15" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. nice ! There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes ! This gem improves the dev ! |
||
end | ||
|
||
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem | ||
# gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] | ||
|
||
|
||
|
||
|
||
gem "hamlit-rails", "~> 0.2.3" |
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
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.
Could it be that you forgot to configure this gem? or are you going to do it later in other issue?