GithubHelp home page GithubHelp logo

chiehwen / bundler Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rubygems/bundler

0.0 2.0 0.0 12.16 MB

Manage your application's gem dependencies with less pain

Home Page: http://gembundler.com

License: MIT License

bundler's Introduction

Bundler: a gem to bundle gems Build Status

Bundler keeps ruby applications running the same code on every machine.

It does this by managing the gems that the application depends on. Given a list of gems, it can automatically download and install those gems, as well as any other gems needed by the gems that are listed. Before installing gems, it checks the versions of every gem to make sure that they are compatible, and can all be loaded at the same time. After the gems have been installed, Bundler can help you update some or all of them when new versions become available. Finally, it records the exact versions that have been installed, so that others can install the exact same gems.

Installation and usage

gem install bundler
bundle init
echo "gem 'rails'" >> Gemfile
bundle install
bundle exec rails new myapp

See gembundler.com for the full documentation.

Troubleshooting

For help with common problems, see ISSUES.

Contributing

If you'd like to contribute to Bundler, that's awesome, and we <3 you. There's a guide to contributing to Bundler (both code and general help) over in CONTRIBUTE

Development

To see what has changed in recent versions of Bundler, see the CHANGELOG.

The master branch contains our current progress towards version 1.3. Versions 1.0 to 1.2 each have their own stable branches. Please submit bugfixes as pull requests to the stable branch for the version you would like to fix.

Other questions

Feel free to chat with the Bundler core team (and many other users) on IRC in the #bundler channel on Freenode, or via email on the Bundler mailing list.

bundler's People

Contributors

indirect avatar hone avatar josevalim avatar wycats avatar nex3 avatar sferik avatar joshbuddy avatar jeremy avatar spastorino avatar radar avatar rohitarondekar avatar tenderlove avatar joshk avatar jherdman avatar fabien avatar mislav avatar joelmoss avatar cypher avatar myronmarston avatar luislavena avatar raggi avatar carllerche avatar mtscout6 avatar postmodern avatar tricknotes avatar evanphx avatar koraktor avatar cldwalker avatar dougbarth avatar pwnall avatar

Watchers

Chuck Yang avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.