railsfrance.org is the French Ruby on Rails community website.
This Git repository is the the current Rails application of railsfrance.org.
railsfrance.org is built on the top of Rails 3.1.
sudo aptitude install redis-server
sudo aptitude install libmagickwand-dev imagemagick
sudo easy_install pygments
git clone git://github.com/railsfrance/railsfrance.org.git
cd railsfrance.org
cp config/database.yml{.sample,}
cp config/settings/development.yml{.sample,}
bundle install
rake db:setup
rake test
If you have any questions, comments, or concerns, please use the Google Group instead of the GitHub issue tracker : http://groups.google.com/group/railsfrance
Contributions are welcome, here how to contribute :
git clone git://github.com/railsfrance/railsfrance.org.git
railsfrance.org uses Test:Unit and Capybara for testing.
rake test
The tests are in test/unit
, test/functional
and test/integration
.
If your code is tested and fits with the goals of the project, we will enjoy merging it !
Everyone on this list !
Copyright (C) 2011 Aylic Petit
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License v3 as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
See the LICENSE file for the full license.