Skip to content

Commit aa539d4

Browse files
committed
build using rails_apps_composer 3.1.28
1 parent 7088e05 commit aa539d4

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

README.textile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ h1. !http://railsapps.github.io/images/rails-36x36.jpg(Rails Composer)! Rails Co
22

33
An application template that creates starter applications for Rails.
44

5-
<strong><span style="color:red">NEW!</span> Please support the <a href="https://www.kickstarter.com/projects/909377477/rails-composer-for-rails-51">Kickstarter campaign</a> to update Rails Composer to Rails 5.1</strong>
6-
75
It's the Rails generator on steroids.
86

97
Watch the videos:
@@ -502,4 +500,3 @@ h2. Useful Links
502500
| "Rails Composer":http://railsapps.github.io/rails-composer/ | "Rails Application Templates":http://railsapps.github.io/rails-application-templates.html |
503501
| "Rails Examples":http://railsapps.github.io/ | "Rails Product Planning":http://railsapps.github.io/rails-product-planning.html |
504502
| "Rails Starter Apps":http://railsapps.github.io/rails-examples-tutorials.html | "Rails Project Management":http://railsapps.github.io/rails-project-management.html |
505-

composer.rb

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -252,9 +252,6 @@ def which(cmd)
252252
say_wizard("\033[1m\033[36m" + " \| \| \| \|" + "\033[0m")
253253
say_wizard("\033[1m\033[36m" + " \| \| \| \|" + "\033[0m")
254254
say_wizard("\033[1m\033[36m" + '' + "\033[0m")
255-
say_wizard("\033[1m\033[36m" + "Support the KICKSTARTER for Rails Composer" + "\033[0m")
256-
say_wizard("\033[1m\033[36m" + "please act before June 4, 2017" + "\033[0m")
257-
say_wizard("\033[1m\033[36m" + "https://www.kickstarter.com/projects/909377477/rails-composer-for-rails-51" + "\033[0m")
258255
say_wizard("Need help? Ask on Stack Overflow with the tag \'railsapps.\'")
259256
say_wizard("Your new application will contain diagnostics in its README file.")
260257

@@ -2364,7 +2361,7 @@ def set_default_role
23642361
end
23652362
## DEVISE-CONFIRMABLE
23662363
if (prefer :devise_modules, 'confirmable') || (prefer :devise_modules, 'invitable')
2367-
inject_into_file 'app/services/create_admin_service.rb', " user.confirm!\n", :after => "user.password_confirmation = Rails.application.secrets.admin_password\n"
2364+
inject_into_file 'app/services/create_admin_service.rb', " user.confirm\n", :after => "user.password_confirmation = Rails.application.secrets.admin_password\n"
23682365
end
23692366
## DEVISE-INVITABLE
23702367
if prefer :devise_modules, 'invitable'

0 commit comments

Comments
 (0)