/atlrug4

Rails 4 version of atlrug2

Primary LanguageJavaScript

atlrug Web Site (atlrug4)

This is a Ruby-on-Rails web application for the ATLRUG (Atlanta Ruby User Group).

<img src=“https://codeclimate.com/github/atlrug/atlrug4.png” />

<img src=“https://gemnasium.com/atlrug/atlrug4.png?travis” />

Wiki

Setup

On 4/26/2013, the requirements were: Ruby 2.0.0-p0; Rails 4.0.0.rc1

Note: Install Ruby 2.0.0-p0 via RVM checkout coderwall.com/p/tptocq.

  1. To install gems, run:

    bundle install
    
  2. Create databases and tables:

    rake db:create
    rake db:migrate
    
  3. Run the tests by typing rake (when we write them – smile)

  4. Project is on Github at github.com/atlrug/atlrug4.

  5. Follow these instructions regarding Heroku and Rails 4 (avoid “bundle –binstubs”): gist.github.com/peter/3025502

  6. There are four variables to set

* AR4_S_K_B (secret key base),
* MEETUP_KEY (ENV var for meetup.com API key),
* GITHUB_KEY, and
* GITHUB_SECRET.
  1. To set AR4_S_K_B variable, run **rake secret** command.

  2. Get an meetup.com API key ofr MEETUP_KEY at: www.meetup.com/meetup_api/key

  3. Use GITHUB_KEY and GITHUB_SECRET when setting up talk proposal submittals.

  4. You can put these 4 variables in a .env file and it is NOT checked into Github.

  5. << Removed .travis.yml feature for now >>

  6. For more detail about Guard LiveReload, go to: github.com/guard/guard-livereload

To Contribute

  1. Sign in at contribhub.co and click “I Wanna Help!” button at top.

  2. Find a project you like.

  3. Fork project on Github.

  4. Clone it locally.

  5. Make change.

  6. Push it back to Github.

6b. The following command will encrypt and add it to atlrug/.travis.yml file. Note, you may have to do this twice. The first time may create $HOME/.travis/config.yml and if that has your repos in it, it will lock down your key to only your repos. So delete or edit that config.yml in your home directory and rerun this command:

travis encrypt MEETUP_KEY=your_meetup_key_here --add
  1. Create a Pull Request to original repo.

To Contribute to Wiki

  1. Clone github.com/atlrug/atlrug4.wiki.git

  2. Add your information.

  3. Push it back to Github.

DISCUSSION

If you have questions, please use this [Linkedin group](www.linkedin.com/groups/Atlanta-Ruby-Users-Group-106945/about)

License

atlrug4 is released under the MIT License. www.opensource.org/licenses/mit-license