https://github.com/josemarluedke/newconference
A Rails engine to help you build your conference site
https://github.com/josemarluedke/newconference
Last synced: 7 months ago
JSON representation
A Rails engine to help you build your conference site
- Host: GitHub
- URL: https://github.com/josemarluedke/newconference
- Owner: josemarluedke
- License: mit
- Created: 2013-06-04T21:19:58.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-18T19:11:34.000Z (about 12 years ago)
- Last Synced: 2025-03-28T20:15:33.271Z (7 months ago)
- Language: Ruby
- Homepage:
- Size: 260 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
# Newconference [](https://travis-ci.org/josemarluedke/newconference) [](https://codeclimate.com/github/josemarluedke/newconference)
Newconference helps you create a website for you conference.
These gems provides all the back-end for your application.
## Installation
Add this line to your Rails application's Gemfile:
gem 'newconference'
And then execute:
$ bundle
# Application Example
- [RSonRails](http://rsonrails.com.br/) - code avaliable [here](https://github.com/engageis/RSonRails).
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request# License
Copyright (c) 2012-2013 Josemar Davi Luedke
Licensed under the [MIT license](MIT-LICENSE).