diff --git a/README.md b/README.md index b1d13ab..7050233 100644 --- a/README.md +++ b/README.md @@ -11,14 +11,14 @@ This repo focuses on getting your project setup ASAP with all the tooling to sta ## ✨ Features - User Accounts & Authentication: [Devise](https://github.com/plataformatec/devise) +- Feature Switching with a UI: [flipper](https://github.com/jnunemaker/flipper) +- Admin Dashboard UI: [ActiveAdmin](https://github.com/activeadmin/activeadmin) +- Secrets Management: [dotenv](https://github.com/bkeepers/dotenv) - Livereload for Development: [Guard](https://github.com/guard/guard) - Upgraded Testing Suite: [RSpec](https://github.com/rspec/rspec), [faker](https://github.com/stympy/faker), [factory_bot](https://github.com/thoughtbot/factory_bot) - Static Analyses: [Brakeman](https://github.com/presidentbeef/brakeman), [Rubopcop](https://github.com/rubocop-hq/rubocop) -- Code Coverage Reporting with a UI: [simplecov](https://github.com/colszowka/simplecov) -- Secrets Management: [dotenv](https://github.com/bkeepers/dotenv) -- Feature Switching with a UI: [flipper](https://github.com/jnunemaker/flipper) - Continuous Integration: [CircleCI](https://circleci.com), [CodeClimate](https://codeclimate.com) -- Admin Dashboard UI: [ActiveAdmin](https://github.com/activeadmin/activeadmin) +- Code Coverage Reporting with a UI: [simplecov](https://github.com/colszowka/simplecov) ## 📝 Guides - [Getting started](https://github.com/TristanToye/rails-5-boilerplate#-getting-started) diff --git a/app/assets/images/landing/activeadmin-logo.png b/app/assets/images/landing/activeadmin-logo.png new file mode 100644 index 0000000..4640c63 Binary files /dev/null and b/app/assets/images/landing/activeadmin-logo.png differ diff --git a/app/assets/images/landing/bootstrap-logo.png b/app/assets/images/landing/bootstrap-logo.png new file mode 100644 index 0000000..7cae17f Binary files /dev/null and b/app/assets/images/landing/bootstrap-logo.png differ diff --git a/app/assets/images/landing/brakeman.png b/app/assets/images/landing/brakeman.png new file mode 100644 index 0000000..99f4f9d Binary files /dev/null and b/app/assets/images/landing/brakeman.png differ diff --git a/app/assets/images/landing/circleci-logo.png b/app/assets/images/landing/circleci-logo.png new file mode 100644 index 0000000..14f4210 Binary files /dev/null and b/app/assets/images/landing/circleci-logo.png differ diff --git a/app/assets/images/landing/code-climate-logo.png b/app/assets/images/landing/code-climate-logo.png new file mode 100644 index 0000000..ead312b Binary files /dev/null and b/app/assets/images/landing/code-climate-logo.png differ diff --git a/app/assets/images/landing/devise-logo.png b/app/assets/images/landing/devise-logo.png new file mode 100644 index 0000000..96eb1df Binary files /dev/null and b/app/assets/images/landing/devise-logo.png differ diff --git a/app/assets/images/landing/faker-logo.png b/app/assets/images/landing/faker-logo.png new file mode 100644 index 0000000..8a1f78f Binary files /dev/null and b/app/assets/images/landing/faker-logo.png differ diff --git a/app/assets/images/landing/flipper-logo.png b/app/assets/images/landing/flipper-logo.png new file mode 100644 index 0000000..90648cf Binary files /dev/null and b/app/assets/images/landing/flipper-logo.png differ diff --git a/app/assets/images/landing/guard-logo.png b/app/assets/images/landing/guard-logo.png new file mode 100644 index 0000000..d5cd6eb Binary files /dev/null and b/app/assets/images/landing/guard-logo.png differ diff --git a/app/assets/images/landing/heroku-logo.png b/app/assets/images/landing/heroku-logo.png new file mode 100644 index 0000000..60c0235 Binary files /dev/null and b/app/assets/images/landing/heroku-logo.png differ diff --git a/app/assets/images/landing/papertrail-logo.png b/app/assets/images/landing/papertrail-logo.png new file mode 100644 index 0000000..150e386 Binary files /dev/null and b/app/assets/images/landing/papertrail-logo.png differ diff --git a/app/assets/images/landing/postgresql-logo.png b/app/assets/images/landing/postgresql-logo.png new file mode 100644 index 0000000..2d79a4b Binary files /dev/null and b/app/assets/images/landing/postgresql-logo.png differ diff --git a/app/assets/images/landing/pry-logo.png b/app/assets/images/landing/pry-logo.png new file mode 100644 index 0000000..6fdf76b Binary files /dev/null and b/app/assets/images/landing/pry-logo.png differ diff --git a/app/assets/images/landing/rails-logo.png b/app/assets/images/landing/rails-logo.png new file mode 100644 index 0000000..f1ea01e Binary files /dev/null and b/app/assets/images/landing/rails-logo.png differ diff --git a/app/assets/images/landing/rspec-logo.png b/app/assets/images/landing/rspec-logo.png new file mode 100644 index 0000000..70d56da Binary files /dev/null and b/app/assets/images/landing/rspec-logo.png differ diff --git a/app/assets/images/landing/rubo-logo.png b/app/assets/images/landing/rubo-logo.png new file mode 100644 index 0000000..109030a Binary files /dev/null and b/app/assets/images/landing/rubo-logo.png differ diff --git a/app/assets/images/landing/shoulda-matchers-logo.png b/app/assets/images/landing/shoulda-matchers-logo.png new file mode 100644 index 0000000..a196a82 Binary files /dev/null and b/app/assets/images/landing/shoulda-matchers-logo.png differ diff --git a/app/assets/images/rails-icon.jpg b/app/assets/images/rails-icon.jpg new file mode 100644 index 0000000..a17ab49 Binary files /dev/null and b/app/assets/images/rails-icon.jpg differ diff --git a/app/assets/stylesheets/home.scss b/app/assets/stylesheets/home.scss index f0ddc68..c91b3ee 100644 --- a/app/assets/stylesheets/home.scss +++ b/app/assets/stylesheets/home.scss @@ -1,3 +1,12 @@ // Place all the styles related to the home controller here. // They will automatically be included in application.css. // You can use Sass (SCSS) here: http://sass-lang.com/ + +.card-columns { + @include media-breakpoint-only(lg) { + column-count: 5; + } + @include media-breakpoint-only(xl) { + column-count: 6; + } +} diff --git a/app/views/home/index.html.erb b/app/views/home/index.html.erb index 2085730..54b0918 100644 --- a/app/views/home/index.html.erb +++ b/app/views/home/index.html.erb @@ -1,2 +1,85 @@ -
Find me in app/views/home/index.html.erb
+Jump start your next Rails project with this MVP ready rails app.
+ Star on Github + Read the Docs +