railsfrance.org is the French Ruby on Rails community website.
This Git repository is the current Rails application of railsfrance.org.
railsfrance.org is built on the top of Rails 3.2.
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 spec
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 Rspec and Capybara for testing.
rake spec
The tests are in spec/
.
If your code is tested and fits with the goals of the project, we will enjoy merging it !
If you want your company / project logo to appear on the homepage slideshow please drop us an email to railsfrance.org[at]gmail[dot]com.
Laurent Noblet for the design and 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.