To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorEngine
As a web developer that needs a quick prelaunch page
I want a Rails engine
That inserts a prelaunch page with sensible defaults into my application
- Scenarios
-
- Controller and model are defined
-
- Given
- a project with T-Minus installed
- Then
- the PrelaunchController class is defined
- And
- the PrelaunchSubscriber class is defined
- Routes are defined properly
-
- Given
- a project with T-Minus installed
- When
- I run "rake routes RAILS_ENV=production | grep prelaunch"
- Then
- I should see 2 lines of output
- When
- I run "rake routes RAILS_ENV=production | grep article"
- Then
- I should see 0 lines of output
Last published over 5 years ago by johngrimes.