Ecosyste.ms: OpenCollective

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

Ruby Config


Collective - Host: opensource - https://opencollective.com/rubyconfig - Code: https://github.com/rubyconfig

load rails_config when any group (includes assets)

github.com/rubyconfig/config - 3fca2e8c6e9c50be191e63ce7a8f164dacd6c390 authored about 12 years ago
Merge pull request #46 from tomykaira/enumerable

Define each to RailsConfig::Options to mixin Enumerable

github.com/rubyconfig/config - a01ba2e2296f93a7c0b513ee4f7d99c1261b0f2c authored over 12 years ago
Define each to RailsConfig::Options to mixin Enumerable

github.com/rubyconfig/config - a3edfb23b9bbe246459a13aa759f694ae607e3c3 authored over 12 years ago
Merge pull request #41 from jlecour/rdoc_ruby18

add_development_dependency "rdoc" for Ruby 1.8

github.com/rubyconfig/config - 3a09aa350e878a0adfdfedb71fca2eab80cb4fe4 authored over 12 years ago
add_development_dependency "rdoc" for Ruby 1.8

github.com/rubyconfig/config - ad071bfe1b9d8cbe04d5084d22145b4a434e51ad authored over 12 years ago
Merge pull request #40 from amaia/patch-1

Fix closing ' in example in README.md

github.com/rubyconfig/config - ec6f46d870dace3ea5f66bf06a33b16fdc28fe7d authored over 12 years ago
Fix closing ' in example in README.md

github.com/rubyconfig/config - cba29a157056773f511f4b5a9481015648d29f8b authored over 12 years ago
Bump version to 0.3.1

github.com/rubyconfig/config - 47c86957f33482d2c4e4c1a2b8c0931649e03227 authored over 12 years ago
Merge pull request #38 from robertcigan/master

Fixes issue where a key in YAML is a number

github.com/rubyconfig/config - b2f4cf4eec0bcf7552c3cf41f0019274f90d9f97 authored over 12 years ago
merge! method fixed, == swapped for eq to get rid of warnings in textmate

github.com/rubyconfig/config - da6ff37fd4f26c2ead54a84dcfb9f7d1d315fa74 authored over 12 years ago
test data to simulate error when using number as key

github.com/rubyconfig/config - f938874cb70f35b658e3ca7f4872990c9cedb959 authored over 12 years ago
fix missing to_sym for rubies > 1.9.2 preventing rails to load env

github.com/rubyconfig/config - 53f5819e579c1b460d074fe17e471c5ea2247d48 authored over 12 years ago
Merge pull request #36 from nathanvda/patch-1

Document local settings options

github.com/rubyconfig/config - 1d0073df191e5ed91bf7d644165abec33e3d7874 authored over 12 years ago
Added more explicit documentation of the `settings.local.yml` files which developers can use in their own repo, which are automatically .gitignored.

github.com/rubyconfig/config - 4eec5cb1956edd35e313bb860cd408fee19bd071 authored over 12 years ago
Bump version to 0.3.0

github.com/rubyconfig/config - 8c99b223060871afd99920a8fdc2a086e95d5380 authored over 12 years ago
Merge pull request #34 from albertosaurus/master

I've updated the README file to mention [] usage.

github.com/rubyconfig/config - 6a70472c691ff2befdeefe8d0a7c4d9c28732403 authored over 12 years ago
Updated the README file to explain [] usage.

github.com/rubyconfig/config - 336505773a78c38233b26a387f51b920c8f67cca authored over 12 years ago
Merge pull request #33 from albertosaurus/master

A modest proposal to enhance RailsConfig::Options

github.com/rubyconfig/config - 7626ab165084ff64ae2acd50716ea2b85dea2da6 authored over 12 years ago
Implementing [] accessors.

This implements the ability to use [] operators to access properties. This lets you readily acc...

github.com/rubyconfig/config - 60fc37eeced2eea709845da12d8d4467a169288f authored over 12 years ago
Merge pull request #31 from masterkain/master

Permits using rails_config in environment files again

github.com/rubyconfig/config - 19eabd617252314b62e0ed7a73eb596dfb7da279 authored almost 13 years ago
Permits using rails_config in environment files again

github.com/rubyconfig/config - 9857a2d8d5ea16c46a4df53b4285e2fc25045da3 authored almost 13 years ago
Bump version to 0.2.7

github.com/rubyconfig/config - e11c8bbb69b97817dd1a410f94dd54e4803eb0fa authored almost 13 years ago
Merge pull request #30 from hallelujah/patch-1

load_rails_config_settings after :load_custom_rails_config *and* before :bootstrap_hook

github.com/rubyconfig/config - 83dce720c30d41545cb4d84fb4e800c3929d4500 authored almost 13 years ago
We need to run the initializer load_rails_config_settings after :load_custom_rails_config *and* before :bootstrap_hook

github.com/rubyconfig/config - 9e17fac1bce32a837c61d01212cf11ea7d7d06ea authored almost 13 years ago
Fixed the rdoc rake task deprecation warning

github.com/rubyconfig/config - 0fe38b84c70fc949f54f1a84c3032a4e680e094d authored almost 13 years ago
Bump version to 0.2.6

github.com/rubyconfig/config - 36802a4c6cdccf3014dae26446cbb5b8bc2c7091 authored almost 13 years ago
Updated README

github.com/rubyconfig/config - e21b3f1d4f936e2bb04936da708fe93811a7d067 authored almost 13 years ago
Merge pull request #24 from Viximo/feature/merge

Allow more options to be dynamically merged in at runtime.

github.com/rubyconfig/config - 9695a469823567f6c7524b17b827de27d2dc2071 authored almost 13 years ago
Merge pull request #27 from hallelujah/patch-1

Do not forget .rb extension

github.com/rubyconfig/config - 3d1fe3afbca8ae6e97f9624eae944149b5c5b94d authored almost 13 years ago
Load files only after requiring initializer

github.com/rubyconfig/config - 1e7f860bc3e2e89b21fac9d6d0727411201111e0 authored about 13 years ago
Do not forget .rb extension

It checks existence of "config/initializers/rails_config" but it is "config/initializers/rails_...

github.com/rubyconfig/config - 69a4bb433d081b318f70f42f3d5f7068ef152c7b authored about 13 years ago
Bump to version 0.2.5

github.com/rubyconfig/config - 2f4e41d216938f7ada3bfadbc900992de4008c47 authored about 13 years ago
Merge pull request #18 from masterkain/patch-1

Fix for ruby-head, should fix #17

github.com/rubyconfig/config - 04473b0910a5a43a17f98dc7b2f2fdac9d0b35e1 authored about 13 years ago
Merge pull request #23 from Viximo/feature/json-1.8

json gem is required for running specs on ruby 1.8

github.com/rubyconfig/config - 980f5307f858814479da697c73f1ccd2d3eec20c authored over 13 years ago
Allow more options to be dynamically merged in at runtime.

github.com/rubyconfig/config - 4818bff16526b5adcbba41e6b760c406423b7f75 authored over 13 years ago
json gem is required for running specs on ruby 1.8

github.com/rubyconfig/config - 3c867ba88cc8c8dc9394f58f8b8c59b25aaec6ac authored over 13 years ago
Fix for ruby-head, should fix #17

github.com/rubyconfig/config - fdb182dc87d66f4d545aa577e4573a7434b8095b authored over 13 years ago
Bump version to 0.2.4

github.com/rubyconfig/config - dff1d7255021ee7e80c8e5d6c2624d224f6d811f authored over 13 years ago
Merge pull request #16 from cryo28/master

Local instance settings override

github.com/rubyconfig/config - 265d2ee0ad73e5de6d8f0385dc93bd73dd350b11 authored over 13 years ago
config/settings.local.yml, config/settings/<env>.local.yml and config/environments/<env>.local.yml

as new places to store configuration overrides for local instance

github.com/rubyconfig/config - 9506c6732aa3a2c8d9222f2986f7685b2e365baa authored over 13 years ago
Fixed Rspec->RSpec deprecation warning when running rake spec

github.com/rubyconfig/config - 0c57bd7eaec2597865504f5722c09123695eddb7 authored over 13 years ago
Gemfile.lock should not be in the repo

github.com/rubyconfig/config - 1cf8a6fed9d566e62e84c1e270f5b2f0bb5fdb40 authored over 13 years ago
Merge remote branch 'source/master'

Fixed conflicts in:
lib/rails_config/railtie.rb

github.com/rubyconfig/config - 900d8554202a9635100c62b2c9fea694aa76b8ee authored over 13 years ago
Merge pull request #14 from joelmoss/master

Gemspec no worky with Rails 3.1.0

github.com/rubyconfig/config - 777acd3f9edf9e73d52f8f32fb2861e9d7a2e555 authored over 13 years ago
Replaced ~> with >=

github.com/rubyconfig/config - af57fd5b741bbd8e0512a0fb84cb06f8541e38b4 authored over 13 years ago
bump version to 0.2.3

github.com/rubyconfig/config - 13fb1963e2ba3be05fd0e7aad6abe2f1e0ccf484 authored almost 14 years ago
Explicitly require the correct Rack middleware

github.com/rubyconfig/config - 3be0b9a0a4bf31914601dbd6f950ce2c69de3f51 authored almost 14 years ago
Bump version to 0.2.2

github.com/rubyconfig/config - 9fb74fde57ad5b72787748761df056830815af52 authored almost 14 years ago
Better support for Sinatra/Padrino

github.com/rubyconfig/config - 53257274be8818f6293cab82d40cf4c3a7dfe8b2 authored almost 14 years ago
Allow to store environment specific configs in one file and allow a local override-source (setting.local.yml)

github.com/rubyconfig/config - dc248a978be49e31c656a2f146d04be4bffb3322 authored almost 14 years ago
operate as a not gemified plugin

github.com/rubyconfig/config - 95dc106ca2a7b16a1c8f8d6a7ef08491bda874cb authored almost 14 years ago
Bumping version to 0.2.1

github.com/rubyconfig/config - c6d5693b4873f70aec22d7a2dd1ecd5391ae6ca8 authored about 14 years ago
Use the exposed API (marshal_dump).

github.com/rubyconfig/config - 009a03808ed38ea12c2d122f1f77ae477890da81 authored about 14 years ago
Fixed and added a test for 'to_json'.

github.com/rubyconfig/config - 5fc07ff28e55d82ff6d93912899916ff5b708ece authored about 14 years ago
Put the alias right after the target method.

github.com/rubyconfig/config - 4a47699eda9f40628ae2a5b0237435c4125f1c07 authored about 14 years ago
There is no need of 'to_sym' on the keys, they are already symbols.

github.com/rubyconfig/config - 096b2d04b8c10a45ff7b3e4276e9b5aac7777a77 authored about 14 years ago
don't to_sym keys when doing to_hash

github.com/rubyconfig/config - 60af943627c7db19395adced3e44e50ea79453f9 authored about 14 years ago
Adding to_json accessor on OpenStruct as well

github.com/rubyconfig/config - b1c394839b6d0882bbb80933319018ae88aa5a12 authored about 14 years ago
Merge branch 'master' of github.com:railsjedi/rails_config

github.com/rubyconfig/config - 244ae2805a0dce9030d936d468d62fb6a7521aed authored about 14 years ago
Merge branch 'add_to_hash_support' of https://github.com/kris/rails_config into kris-add_to_hash_support

Conflicts:
rails_config.gemspec

github.com/rubyconfig/config - e25565ccfd7d161e9ff554a3b8b52707593ed88b authored about 14 years ago
fix up gemspec

github.com/rubyconfig/config - dfa1da7d0069eac19d9486337fa49dad2cacb9f9 authored about 14 years ago
Added RailsConfig::Options#to_hash to recursively dump to hash

github.com/rubyconfig/config - 44f18af05040665d8708ec868c72e8577b316f2f authored about 14 years ago
Tightened the __convert() method a bit.

github.com/rubyconfig/config - 316df37b2ba2919953a7a7dd12909d7d5828b9e5 authored about 14 years ago
Fixed the constant name. Closes #8.

github.com/rubyconfig/config - 1025faa32157a69a039a320be3379fbe7052e48f authored about 14 years ago
A bunch of clean ups.

- Removed TODO.
- Updated Gemfile and Gemfile.lock.
- Removed cumbersome rake tasks (bundler has...

github.com/rubyconfig/config - 4427a27f9cc1908b1e339b9dcc517469a66bab5a authored about 14 years ago
bumping version to 0.1.8

github.com/rubyconfig/config - 430097fe8927b8acb72843d35d9894ef47f1f759 authored over 14 years ago
use before_configuration hook to set up rails_config in Rails

github.com/rubyconfig/config - aa9c79f3be57623236ef9c3884c8b683468af69a authored over 14 years ago
Ditching Jeweler, and adding some helpful rake tasks

github.com/rubyconfig/config - 354e1dea203514eccd16a95b28bcacd73cedd532 authored over 14 years ago
Bumping version to 0.1.7

github.com/rubyconfig/config - 807ab33f9d3ca7a707ed3b2a84ce0532b9875493 authored over 14 years ago
Adding ability to add string sources at runtime (Settings.add_source!)

github.com/rubyconfig/config - 4509ee4307f0ec368d0e252dce61be771846dfca authored over 14 years ago
Updated some bundler stuff.

github.com/rubyconfig/config - 249969505f308d64f7160bdd089ec5278030f096 authored over 14 years ago
Minor updates to the readme.

github.com/rubyconfig/config - f5ba5df4fb2dd98c0538d465b1bef86a844e1c09 authored over 14 years ago
Regenerated gemspec for version 0.1.6

github.com/rubyconfig/config - d3dc73f8eb161248073cdc0e7e6d4cb4388d97c0 authored over 14 years ago
Version bump to 0.1.6

github.com/rubyconfig/config - 95b87c3f4a48106f0434f941aa237f0853bebce4 authored over 14 years ago
Added the ability to 'reload_from_files'. Closes #6.

github.com/rubyconfig/config - d31768825ef5d285aa8979203e09f7f77d3239bd authored over 14 years ago
There's no need for the return keyword.

github.com/rubyconfig/config - 90613e0252ec6aebc81a0456420a68c6175b1f2d authored over 14 years ago
@@load_paths is not being used.

github.com/rubyconfig/config - 84a76ab5c35c8f6f4118f77ce52fcc8ec7df8115 authored over 14 years ago
Removed the already aliased method.

github.com/rubyconfig/config - 4bd0abd1a2ad5ea16c45edf5f118d0743c189339 authored over 14 years ago
Updated gem dependencies.

github.com/rubyconfig/config - 63bcfbb383af86b95d6f8ad4559833d2491b4749 authored over 14 years ago
Bumping version to 0.1.5

github.com/rubyconfig/config - 4e58aa474d2dea94cfca64b8bf7787424bd5c0ad authored over 14 years ago
Adding ability to set custom types (Hash only for now)

closes GH-5

github.com/rubyconfig/config - 5c7ce6b0a0fa9e4f8cc7dc6e43df82cf8358b783 authored over 14 years ago
Adding fixture

github.com/rubyconfig/config - 3117ee1f2d9a4ee5063a56e078156068faee98a0 authored over 14 years ago
Removing stray debugger call

github.com/rubyconfig/config - 2d7c0dc3389b2c3690c04dde5bba84ffe67a2881 authored over 14 years ago
Bump version and dependencies

github.com/rubyconfig/config - f9583bdafd744ab9b05758142dcb9777f9345b60 authored over 14 years ago
Updated the generator to be 'rails_config:install', with the ability to generate empty settings files.

github.com/rubyconfig/config - e9854308319cfb7bdf6319340ce49443240bf51b authored over 14 years ago
Merge branch 'master' of github.com:railsjedi/rails_config

github.com/rubyconfig/config - a5f7cf4f79d67ef73dc5e442bedb030fb9e9805e authored over 14 years ago
Bumping version

github.com/rubyconfig/config - 80faf077e0dd0b18859ea64f97d73887fb84d063 authored over 14 years ago
Fixing dependency

github.com/rubyconfig/config - b6ce005bc087029ce1888e3edc4059c353dac1f9 authored over 14 years ago
Regenerated gemspec.

github.com/rubyconfig/config - fc4b6e07adcf88837b3a1ede30bc657ab5bc19bd authored over 14 years ago
Fixed the gem name.

github.com/rubyconfig/config - 8c3498e0dd4dda9a542b9c0254e7674d446710da authored over 14 years ago
Bumping version

github.com/rubyconfig/config - 926e646d7eaf6fcde3adf79b0f73dd5eebafa4ba authored over 14 years ago
updating TODO

github.com/rubyconfig/config - 0d42cd17544f6d7d1aeb2e456f06fb6bb14c8d03 authored over 14 years ago
Add in YAML Source

github.com/rubyconfig/config - e60ec28bd85bd4175e8cf7fe7a75d821c6aa4a46 authored over 14 years ago
Merge branch 'master' of github.com:railsjedi/rails_config

github.com/rubyconfig/config - 67d6a1c633cc31bb59243529073a0420033c35e2 authored over 14 years ago
Moving the conversion junk into Options

github.com/rubyconfig/config - 19d2361eab0ce6d351a0f9fef99f678bbf67eef3 authored over 14 years ago
Merge branch 'master' of github.com:railsjedi/rails_config

github.com/rubyconfig/config - 4fdd2c6fca15745f3b8ef73e1ed7fb3f2319555c authored over 14 years ago
Updated README.

github.com/rubyconfig/config - 6e4afce3c129836bfaf21d7fc36a0e822b7d35e2 authored over 14 years ago