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

Feature#01 initial setup #3

Merged
merged 21 commits into from
May 13, 2021
Merged
Show file tree
Hide file tree
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 May 7, 2021
dd65c9f
chore: Add template pull request
marianoalarcon May 7, 2021
e3e8887
chore: Init rails app
marianoalarcon May 7, 2021
073ab44
chore: Add rubocop
marianoalarcon May 7, 2021
700b15b
chore: Add rubocop-rails
marianoalarcon May 7, 2021
8cc1cb3
chore: Add rubycritic
marianoalarcon May 7, 2021
9daf7b4
chore: Add rubycritic-small-badge
marianoalarcon May 7, 2021
39c7a96
chore: Add rake gem and run Rubocop to Gemfile
marianoalarcon May 7, 2021
f174a5f
chore: Add rpec-rails Gemfile
marianoalarcon May 7, 2021
1832abd
chore: Install rpec-rails
marianoalarcon May 7, 2021
2cc1d52
chore: Add bootstrap
marianoalarcon May 7, 2021
58e25eb
chore: Add sqlite3, for test and development environments
marianoalarcon May 7, 2021
182d889
chore: setup database.yml and slite3 for test and development environ…
marianoalarcon May 7, 2021
a2daaf4
chore: Postgresql config database.yml
SpidySamurai May 7, 2021
9b4acd3
chore(.ruby-version): update ruby-version in order to add the gemset …
marianoalarcon May 11, 2021
ea0eacc
chore: Add hamlit and hamlit-rails gems
marianoalarcon May 11, 2021
3cdaaa4
chore: Add simple_form gem
marianoalarcon May 11, 2021
91bbfa0
chore: Add annotate gem
marianoalarcon May 11, 2021
46b417d
chore: Install simple_form
marianoalarcon May 11, 2021
ffaac49
chore: Add sandi_meter gem and add rake tasks for metrics code
marianoalarcon May 12, 2021
1390f0c
Add simplecov and simplecov-small-badge for coverage and add config s…
marianoalarcon May 12, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,13 @@ group :development do
gem 'rubocop-rails', '~> 2.10'
gem 'rubycritic', '~> 4.6'
gem 'rubycritic-small-badge', '~> 0.2.1'
Copy link

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?

gem "hamlit", "~> 2.15"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice !

Copy link
Contributor Author

Choose a reason for hiding this comment

The 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"
12 changes: 12 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,15 @@ GEM
sexp_processor (~> 4.8)
globalid (0.4.2)
activesupport (>= 4.2.0)
hamlit (2.15.0)
temple (>= 0.8.2)
thor
tilt
hamlit-rails (0.2.3)
actionpack (>= 4.0.1)
activesupport (>= 4.0.1)
hamlit (>= 1.2.0)
railties (>= 4.0.1)
i18n (1.8.10)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
Expand Down Expand Up @@ -253,6 +262,7 @@ GEM
activesupport (>= 4.0)
sprockets (>= 3.0.0)
sqlite3 (1.4.2)
temple (0.8.2)
thor (1.1.0)
thread_safe (0.3.6)
tilt (2.0.10)
Expand Down Expand Up @@ -290,6 +300,8 @@ PLATFORMS
DEPENDENCIES
bootsnap (>= 1.4.4)
byebug
hamlit (~> 2.15)
hamlit-rails (~> 0.2.3)
jbuilder (~> 2.7)
listen (~> 3.3)
pg (~> 1.1)
Expand Down