-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' of github.com:yakut-project/yakut into develop
- Loading branch information
Showing
6 changed files
with
46 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,23 @@ | ||
# Yakut | ||
[![Code Climate](https://codeclimate.com/github/yakut-project/yakut.png)](https://codeclimate.com/github/yakut-project/yakut) | ||
[![Dependency Status](https://gemnasium.com/yakut-project/yakut.png)](https://gemnasium.com/yakut-project/yakut) | ||
[![Dependency Status](https://gemnasium.com/yakut-project/yakut.png)](https://gemnasium.com/yakut-project/yakut) | ||
[![Build Status](https://travis-ci.org/yakut-project/yakut.png?branch=develop)](https://travis-ci.org/yakut-project/yakut) | ||
|
||
Open source project for managing LKD courses. It helps to select the applicants easily. | ||
|
||
## REQUIREMENTS | ||
|
||
You must have | ||
|
||
* Ruby 2.x | ||
* Rails 4.x | ||
|
||
## CONTACT | ||
|
||
* [Twitter](https://twitter.com/yakutproject) | ||
* [Facebook](https://www.facebook.com/yakutproject) | ||
* Google Groups: [email protected] | ||
|
||
## LICENSE | ||
|
||
YAKUT is released under the [MIT License](http://www.opensource.org/licenses/MIT) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
# Configure the e-mail address which will be shown in Devise::Mailer, | ||
# note that it will be overwritten if you use your own mailer class with default "from" parameter. | ||
config.mailer_sender = "[email protected]" | ||
|
||
config.secret_key = '63571f3411289849e893732b84d77e4f1e61f7259563c078e6b14ac2afc88c3d9a85a7a612eabb961d35871280dd950c30a96429b8f23a10110dd3163066aa56' | ||
# Configure the class responsible to send e-mails. | ||
# config.mailer = "Devise::Mailer" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters