GithubHelp home page GithubHelp logo

Comments (3)

NicolasLiampotis avatar NicolasLiampotis commented on July 28, 2024

While at it, compare "Access" .gitignore file against the one proposed by GitHub (see link in description)

from access-ca-portal.

stevelaskaridis avatar stevelaskaridis commented on July 28, 2024

.gitignore

Pretty much the same.

Gemfile.lock

the Gemfile.lock makes your application a single package of both your own code and the third-party code it ran the last time you know for sure that everything worked. [...]
The next time you run bundle install on the same machine, bundler will see that it already has all of the dependencies you need, and skip the installation process.
http://bundler.io/v1.3/rationale.html

In other words, running bundle install will look at the Gemfile.lock and install the exact same versions, rather than just using the Gemfile and installing the most recent versions.
stackoverflow.com

from access-ca-portal.

NicolasLiampotis avatar NicolasLiampotis commented on July 28, 2024

Checked in Gemfile.lock has indeed all required dependencies. However, when running rake test on my machine, Gemfile.lock gets updated:

diff --git a/access/Gemfile.lock b/access/Gemfile.lock
index fb75d81..537eb83 100644
--- a/access/Gemfile.lock
+++ b/access/Gemfile.lock
@@ -157,6 +157,3 @@ DEPENDENCIES
   turbolinks
   uglifier (>= 1.3.0)
   web-console (~> 2.0)
-
-BUNDLED WITH
-   1.10.6

That's probably because I'm using an older version of rake/bundler.

Links

from access-ca-portal.

Related Issues (20)

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.