Skip to content

Sample Play app integrating some technologies to make it more "Rails-like"

Notifications You must be signed in to change notification settings

sebnozzi/play-ala-rails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Play à la Rails

Sample Play app integrating some technologies in the attempt to make it more "Rails-like".

The technologies are:

Integration

The integration has been done manually, not using plugins (except for the Cucumber-SBT one).

Places to look for in order to understand the integration steps involved:

  • Global object
  • PlayCucumberSetup
  • PlayCucumberEnvironment
  • etc.

Setup / Dependencies

PhantomJS has to be installed in the system according to its website (executable has to be on the PATH).

The non-test version of the App uses MySql by default. Change the settings in application.conf

Cucumber

In order to run cucumber tests, run "cucumber" in the sbt console.

  [play-ala-rails]$ play
  [PlayAlaRails] $ cucumber

About

Sample Play app integrating some technologies to make it more "Rails-like"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published