Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/rubyconfig/config

Easiest way to add multi-environment yaml settings to Rails, Sinatra, Padrino and other Ruby projects.
https://github.com/rubyconfig/config

Remove unneeded part of documentation

2958d929fbe09a9b3a8e5116b9d9beb877b0d745 authored over 8 years ago by Piotr Kuczynski <[email protected]>
Specify code_climate version

0f179b184bb2a11e9a28510ca4b16d20749a89de authored over 8 years ago by Piotr Kuczynski <[email protected]>
Move heroku integrations to the Integrations module

c79a160f7e02bdf2097734d051eae306ebbc6768 authored over 8 years ago by Piotr Kuczynski <[email protected]>
Added new version of rails for testing: 5.0.0.1

9995c79e432f646feebe5c1b1b5ba30682d62d44 authored over 8 years ago by Piotr Kuczynski <[email protected]>
Upgrade rails apps for testing to versions 3.2.22.4, 4.1.16 and 4.2.7.1

24538e439e85db0533f2a1be462eb00ab2bd467b authored over 8 years ago by Piotr Kuczynski <[email protected]>
Upgraded development dependencies:

- bundler - 1.13.1
- rake - 11.2.2
- rspec - 3.5.0
- rspec-rails - 3.5.2
- test-unit - 3.2
- mdl ...

6aa03f593b1d3c7276bc33e0e375b3d0ce923c0c authored over 8 years ago by Piotr Kuczynski <[email protected]>
Merge pull request #137 from Fryguy/overwrite_arrays

Add overwrite_arrays option

cb5372b56baf89fdadf5064570589bd258e42515 authored over 8 years ago by Piotr Kuczynski <[email protected]>
Add overwrite_arrays option

This is an extraction from
https://github.com/railsconfig/config/pull/103 where @dtaniwaki had
a...

a0eb7492e9bab9f938f0574003b5af234d67a7f8 authored over 8 years ago by Jason Frey <[email protected]>
Links to github profiles in CHANGELOG

33b1bd581087746901ec5a8e6e5ad0fd25874592 authored over 8 years ago by Piotr Kuczynski <[email protected]>
Change method definition order in Rails integration module to prevent undefined method `preload` error (based on @YaroSpace suggestion in #111)

bc09d5aa743bf473bf09299844ea1cadb866b1c7 authored over 8 years ago by Piotr Kuczynski <[email protected]>
Merge pull request #146 from kris/patch-1

Typo fix for Config::Integrations

1c65f1a75c8d02a1b093bc904f1b11139a2524fb authored over 8 years ago by Piotr Kuczynski <[email protected]>
Typo fix for Config::Integrations

b04888ac190c7f4327bed7b5e1754eb201397f41 authored over 8 years ago by kris <[email protected]>
Fixed typo

b1b05e2e36ac21f1e61a7000781ba63411d59cf2 authored over 8 years ago by Piotr Kuczynski <[email protected]>
Added parsing ENV variables values to Float type

14dac2572c2802c07d50c4e0bda7c04936331700 authored over 8 years ago by Piotr Kuczynski <[email protected]>
Changed default ENV variables loading settings to downcase variable names and parse values

3b0cde7aa3dfd408ef2acb2cbc41760cb33d48fe authored over 8 years ago by Piotr Kuczynski <[email protected]>
Use Rails 4 as default environment for testing

8821792355d5e0f9fb1db1d0c296027da072b8f1 authored over 8 years ago by Piotr Kuczynski <[email protected]>
Use single quotes instead of double (Rubocop)

6947b600fd3c0e6fbf13e0e673b834804a4bcc08 authored over 8 years ago by Piotr Kuczynski <[email protected]>
Correct module naming

310cd92bac404ff7c58623294790a48a98d568b0 authored over 8 years ago by Piotr Kuczynski <[email protected]>
Fixed support for multilevel settings loaded from ENV variables (inspired by @cbeer in [#144](https://github.com/railsconfig/config/pull/144))

8fc7576202d7b9256ae06bc3a8faf5a117a9d5c9 authored over 8 years ago by Piotr Kuczynski <[email protected]>
Remove deprecation warning during running the tests: The configuration option `config.serve_static_assets` has been renamed to `config.serve_static_files`

43a822f7ac3c6a6b23f6e645053415980dec4e99 authored over 8 years ago by Piotr Kuczynski <[email protected]>
Prepare 1.2.0 release

8e253538b08b2ed463abe5d4cc89e484a63f8112 authored over 8 years ago by Piotr Kuczynski <[email protected]>
Merge branch 'spalladino-feature/customisable_env_vars'

Additional options for parsing env variables #125

0797b6ac82264ed3ec0401c275181e9025c9efee authored over 8 years ago by Piotr Kuczynski <[email protected]>
Refactored documentation, listed new settings in `initializers/config.rb`, changed some defaults

2c6e7b8cce69293c0a1065560bbc7b49e2ec2557 authored over 8 years ago by Piotr Kuczynski <[email protected]>
Merge branch 'feature/customisable_env_vars' of https://github.com/spalladino/config into spalladino-feature/customisable_env_vars

# Conflicts:
# README.md

d7e0883eab72a363263e590a280fdb8f7b1b9c9d authored over 8 years ago by Piotr Kuczynski <[email protected]>
Exclude /spec/app/**/* from Code Climate checks

6a201953e305c3aa720138ffdf221b4ac1283e6a authored over 8 years ago by Piotr Kuczynski <[email protected]>
Let the tests also work on Windows machines (based on [PR](https://github.com/railsconfig/config/pull/119/commits/8739649b5e211bca44b104fe8d228ede89995e0f) from @vinceve)

8ffa4a3e35c66d31698095d59bb9f17b15c2439e authored over 8 years ago by Piotr Kuczynski <[email protected]>
Fix mdl (markdown linter) warnings

aee8c1ebc6601be6fa08839a568640a03280662d authored over 8 years ago by Piotr Kuczynski <[email protected]>
Updated changelog

5918bf37583547a74c7c4270ea3c61e9d10ec020 authored over 8 years ago by Piotr Kuczynski <[email protected]>
Refactored gem dependencies

d3552b6a9213809b545b8ebb69e8cef44eed60d1 authored over 8 years ago by Piotr Kuczynski <[email protected]>
Merge pull request #141 from tenstartups/master

Removed Rails 5 deprecation warnings for prepend_before_filter

441dc69e207598f8eed9c9c34369a7b0b630edc5 authored over 8 years ago by Piotr Kuczynski <[email protected]>
Merge pull request #143 from ouranos/master

Fix typo

969a15298044c6a7336f56024a74a68a33d721a8 authored over 8 years ago by Piotr Kuczynski <[email protected]>
Drop specifying any particular version of bundler and use the default one

0437b9a35b67800e13922b22d7a86d9feaa9a4d6 authored over 8 years ago by Piotr Kuczynski <[email protected]>
Fix gem buil warnings

84d366b6bada2684eec1c1fa94d8174245990ffd authored over 8 years ago by Piotr Kuczynski <[email protected]>
Prepare 1.1.1 release

611db540ed447d74877c3f7f21a8bd7a7e3d96b4 authored over 8 years ago by Piotr Kuczynski <[email protected]>
Fix typo

3f717b927a181be22ff34c010bdd3c7810c97b35 authored over 8 years ago by Olivier Brisse <[email protected]>
Removed Rails 5 deprecation warnings

66b62a0c25884748efa863862dc0a5b9901948a9 authored over 8 years ago by Marc Lennox <[email protected]>
Downgrade minimum ruby version to 2.0.0

813e504f47d370bc9b5847dce772828445e9dad7 authored almost 9 years ago by Piotr Kuczynski <[email protected]>
Updated repo_token for Code Climate

0014d6f80736c499b86f0ea8180f48369baac957 authored almost 9 years ago by Piotr Kuczynski <[email protected]>
Enable markdownlint in Code Climate

21a2fcb33f1e32f6b8265c7ab5a57341b260ad61 authored almost 9 years ago by Piotr Kuczynski <[email protected]>
Display code climate issues in the README

2705a92d2bd426df3b236e3801b0046d5db2778c authored almost 9 years ago by Piotr Kuczynski <[email protected]>
Enable markdownlint for checking documentation style consistency

d20992964e3ba4cfa30c044aaa9c57b838a0a9f9 authored almost 9 years ago by Piotr Kuczynski <[email protected]>
Release version 1.1.0

9f0f155bf3b422e1873f40950ccd81d2095e3f3c authored almost 9 years ago by Piotr Kuczynski <[email protected]>
Minor changeling update

0fa0eb9091ede871d508e3d2d7edc4613ce09a64 authored almost 9 years ago by Piotr Kuczynski <[email protected]>
Merge pull request #132 from gdurelle/patch-1

Update CHANGELOG.md

a426f2a8be2f1a84b8a5d3a3dd9cdf51ea0dbfb8 authored almost 9 years ago by Piotr Kuczynski <[email protected]>
Upgrade rails (3.2.22.2, 4.1.15, 4.2.6) and few other gems for testing purposes.

3dd7771b98dddc2a586f6d043da4127da53c904e authored almost 9 years ago by Piotr Kuczynski <[email protected]>
Change log update

c8803b45b7efba7afa7577df798607f2f42793a8 authored almost 9 years ago by Piotr Kuczynski <[email protected]>
Update CHANGELOG.md

Just so it follows rubygems list of releases

d7761c6025e49cebf2b2bddadacf421fc57e0958 authored almost 9 years ago by Gregory Durelle <[email protected]>
Merge pull request #129 from irfanfadilah/master

Add gem name in Installation Instruction section

0bb41e0a7d33e041b5ce70e3c1f06244530e8fdf authored almost 9 years ago by Fred Wu <[email protected]>
add gem name in installation instruction

159326b174f93a24ba103decd792f378b3de229c authored almost 9 years ago by Irfan Fadilah <[email protected]>
Merge pull request #128 from hanachin/add_newline_at_end_of_config.rb

Add newline at end of config.rb

0b3d9c1acf78f422ec128091cd5f5dddd8924d67 authored almost 9 years ago by Piotr Kuczynski <[email protected]>
Add newline at end of config.rb

1ba1ae009e2e1daccdeb12865fc017f8621dd4a7 authored almost 9 years ago by Seiei Miyagi <[email protected]>
Additional options for parsing env variables. Allows setting env vars like "SETTINGS__FOLDER__MY_KEY".

- env_prefix: change the prefix for the env vars to be processed
- env_separator: set the symbol...

85b46e1f098d4221a01ec9bc9a974ef1424c2df8 authored about 9 years ago by Santiago Palladino <[email protected]>
Minor documentation refactoring

023017d02f626bc1a7b3f578760330d1f78e70b8 authored about 9 years ago by Piotr Kuczynski <[email protected]>
Added knockout_prefix to rails initializer

d2da86883f14331332b375167568b3ac4b2942e2 authored about 9 years ago by Piotr Kuczynski <[email protected]>
Extended documentation

0519f75d913bab377a44e0d7e65b75a3894e8c48 authored about 9 years ago by Piotr Kuczynski <[email protected]>
Fix tests for knockout_prefix

a08dac72858cf19ddc7961471ded39c9bb4abe73 authored about 9 years ago by Piotr Kuczynski <[email protected]>
Update gem description and add missing test-unit gem development dependency

6e4b1807b8da9c945e1dd6d2920bf584f5c9195d authored about 9 years ago by Piotr Kuczynski <[email protected]>
Minor refactoring and cleanup

00a7c53546c2a83539a73081ab1023ec67d89436 authored about 9 years ago by Piotr Kuczynski <[email protected]>
Add deep_merge option for knockout_prefix

0d35cc9b1e19b300e099ee2edda4cdc04d1d09aa authored about 9 years ago by Piotr Kuczynski <[email protected]>
Upgrade ruby and rails to latest versions.

43f6c5f88497187d5a0173e080b97c2a97298302 authored about 9 years ago by Piotr Kuczynski <[email protected]>
Refactoring file names and location

3acb815346481179c4ab572c5ac81c867f1f5086 authored about 9 years ago by Piotr Kuczynski <[email protected]>
Upgrade tests to rails 4.2.4

544c58a3cc46ae43ae0f5427e2f41a73881cfeee authored about 9 years ago by Piotr Kuczynski <[email protected]>
Upgrade tests to rails 4.1.13

2fb4c5f73ab527c0c97803c4d50a65549376f096 authored about 9 years ago by Piotr Kuczynski <[email protected]>
Limit number of files published with gem (and size of the gem itself) to those which are really needed

60ecef49a3da926cb2bbeb0b6cf5e590758f197e authored over 9 years ago by Piotr Kuczynski <[email protected]>
Typo

78ebcf414dee2164def3945fa48a201e9f079362 authored over 9 years ago by Piotr Kuczynski <[email protected]>
Limit number of files published with gem (and size of the gem itself) to those which are really needed

22e9744050f0f3ce667c8786060e85979d24a210 authored over 9 years ago by Piotr Kuczynski <[email protected]>
Add additional files to rdoc

27898f125fbc008dbabe5d3f854f63b861d18885 authored over 9 years ago by Piotr Kuczynski <[email protected]>
Avoid summary==description gem spec warning

1691558d99e4d77ce705fdb4df28a30744e67e79 authored over 9 years ago by Piotr Kuczynski <[email protected]>
Upgrade appraisal gem

bf74650263d7e783a57f2a5223f2f04585f0ff67 authored over 9 years ago by Piotr Kuczynski <[email protected]>
Update compatibility notice for Rails 3.1

Fixes #83

330b0870e7c98776d4bf132c52633c872b1dfa7f authored over 9 years ago by Piotr Kuczynski <[email protected]>
Prepare the 1.0.0 release!

84c8391a2437c89f6146c3d786eca3be13036e7b authored over 9 years ago by Fred Wu <[email protected]>
Updated changelog [ci skip]

2067e7abbc49a15cddb838b1cff2e17d6652a9a5 authored over 9 years ago by Fred Wu <[email protected]>
Added compatibility for ruby 2.1 or below

c4119fb2a31f40759718a0169e2b59a6f86c9aad authored over 9 years ago by Fred Wu <[email protected]>
Fixed the installation template

f6e4674f9b9673ab6c89ee784f8b51467811cbdc authored over 9 years ago by Fred Wu <[email protected]>
Fixed Rakefile

a087dd54100ed6c8a7a5614b6998d599658be801 authored over 9 years ago by Fred Wu <[email protected]>
Bumped version to 1.0.0.beta1

15b494bbca7030cce6a997b26314ff57ccb79efe authored over 9 years ago by Fred Wu <[email protected]>
Renamed the gem from RailsConfig to Config

f67cee3b351377b4cf3a9dc9eb4952bb6dde38ab authored over 9 years ago by Fred Wu <[email protected]>
Updated the gemspec

1ac3390d46a916ea1e4a34fe65a36ea001e4a9f1 authored over 9 years ago by Fred Wu <[email protected]>
Merge pull request #89 from BCCRiskAdvisory/array-descent

Array descent with test

e7794462a79ec40b351b24ff9a72e2c91dddeac3 authored over 9 years ago by Fred Wu <[email protected]>
Merge pull request #102 from eugenk/add_method_prepend_source

Add method prepend_source!

92217fdcdaaeb7273622f96a4368d8dee52409d5 authored over 9 years ago by Fred Wu <[email protected]>
Add specs on add_source! and prepend_source!

d8722b84febcb993eb597566e90fa81b9f00312e authored over 9 years ago by Eugen Kuksa <[email protected]>
Drop support for Ruby 1.9.3 (https://www.ruby-lang.org/en/news/2015/02/23/support-for-ruby-1-9-3-has-ended/)

faef1956400b2689e1f172783bbd2360a90eb612 authored over 9 years ago by Piotr Kuczynski <[email protected]>
Migrate to new Travis container-based infrastructure

397466b44b61ade55c9660066625f4675c0ce902 authored over 9 years ago by Piotr Kuczynski <[email protected]>
Add prepend_source text to Readme.

a27aea0e81718d6d3792ec6e098db0e48a80b16c authored over 9 years ago by Eugen Kuksa <[email protected]>
Add method prepend_source!

Sometimes you want to have custom configuration files that are loaded
before the default files, ...

3086c600b9254e5330b947c8b6c7aabc5c15534f authored over 9 years ago by Eugen Kuksa <[email protected]>
Minor code formatting

3653e126324daa6b89652b54c63980317eae0e26 authored over 9 years ago by Piotr Kuczynski <[email protected]>
Updated change log

227275c0fda4a658500a7c3d068158f16fbe27e1 authored over 9 years ago by Piotr Kuczynski <[email protected]>
Moving rails_config_helper to spec/support folder

b72b1eeae5e63b39b1e5ee9bde1975d9e587f32e authored over 9 years ago by Piotr Kuczynski <[email protected]>
Adding tests for pull request #95

Removed 'system' from list of reserved keywords

7a183374199cc7c2404a3aa91de05459046c7af0 authored over 9 years ago by Piotr Kuczynski <[email protected]>
Merge pull request #95 from dudo/master

Catch keywords that don't play nicely with OpenStruct

60516f57eb6737ee619ff00fd43b3f01d7d36d9b authored over 9 years ago by Piotr Kuczynski <[email protected]>
Minor formatting changes

7fec47326b452bf433c72be13ca5e0d0ab83f00b authored over 9 years ago by Piotr Kuczynski <[email protected]>
Fixing tests after merging pull request #60

0662f7ddcd47efef821aaecef8208ff75285faa1 authored over 9 years ago by Piotr Kuczynski <[email protected]>
Merge pull request #60 from frootloops/ag-we-need-to-go-deeper

#to_hash incorrect

65612ef1770388824327e49b0b0e5ae2b6c79e9e authored over 9 years ago by Piotr Kuczynski <[email protected]>
Upgrading development dependencies: bundler 1.10.5 (was 1.10.3)

3eaf35993822d009e27f67802b5424eb5d661201 authored over 9 years ago by Piotr Kuczynski <[email protected]>
Upgrading testing dependencies: rails 4.1.12 (was 4.1.11), rails 4.2.3 (was 4.2.2)

7474985eb7c35202f86bb977c1101df63a697137 authored over 9 years ago by Piotr Kuczynski <[email protected]>
Upgrading testing dependencies: rails 4.1.12 (was 4.1.11), rails 4.2.3 (was 4.2.2)

97374b5bd9e1047ad7f4d9ce53f14898cc595a91 authored over 9 years ago by Piotr Kuczynski <[email protected]>
Upgrading development dependencies: bundler 1.10.5 (was 1.10.3), appraisal 2.0.1 (was: 2.0.2), rubocop 0.32.1 (was 0.32.0)

dd64073bc16de3efeb0735df219dd00252603537 authored over 9 years ago by Piotr Kuczynski <[email protected]>
Merge pull request #107 from Antiarchitect/loading-nicely

Allows to load RailsConfig manually

9e23f3b2dbb3a9a343b9268d6a22c415c666fcdc authored over 9 years ago by Fred Wu <[email protected]>
Merge pull request #110 from firedev/master

added gem deep_merge to gemspec

67178264e75713403b0250748e0532a256d16862 authored over 9 years ago by Fred Wu <[email protected]>
added gem deep_merge to gemspec

a2560bcec1a902a807d8c1766368906e5789a18e authored over 9 years ago by Nick Ostrovsky <[email protected]>