== README ===
colearn.co is no longer maintained now. If you would like to host or maintain it, contact us at [email protected] or twitter
We created the open source colearn because we strongly believe in building things together. Please feel free to suggest new features and file bugs. If you want to contribute and are having trouble starting up, feel free to contact us at [email protected] or create an issue to start the discussion!
sudo apt-get install libpq-dev
- Start the server:
rails s
- Start rails console:
rails c
- Db migration:
rake db :migrate
- Install dependencies:
bundle install
- Create Model:
rails g model <modelname>
- Add field to model
rails g migration AddMessageToInvite
- Recompile assets:
RAILS_ENV=production rake assets:precompile
- study circle
- learning post
User.where("referrer like '%codeforces%'").first.is_inactive?
* https://pixabay.com/en/learn-word-scrabble-letters-wooden-1820039/
This README would normally document whatever steps are necessary to get the application up and running.
Things you may want to cover:
-
Ruby version 2.1.2
-
Rails version 4.2.3
-
System dependencies redis, postgres, s3
-
Configuration
-
Database creation
-
Database initialization
-
How to run the test suite
-
Services (job queues, cache servers, search engines, etc.)
-
Deployment instructions
-
...
Colearn is licensed under GNU Affero General Public License. For more information see http://www.gnu.org/licenses/agpl-3.0.html