-
Notifications
You must be signed in to change notification settings - Fork 84
Comparing changes
Open a pull request
base repository: documentcloud/cloud-crowd
base: master
head repository: documentcloud/cloud-crowd
compare: rails4
- 11 commits
- 10 files changed
- 1 contributor
Commits on Sep 23, 2013
-
Use TEST env var to run single test
Because sometimes one test is all you can handle.
Configuration menu - View commit details
-
Copy full SHA for c7b434c - Browse repository at this point
Copy the full SHA c7b434cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bab75e3 - Browse repository at this point
Copy the full SHA bab75e3View commit details
Commits on Sep 24, 2013
-
Remove gems from Gemfile that are in gemspec
No reason to duplicate them, the gemspec would have priority anyway since it appears later in the file
Configuration menu - View commit details
-
Copy full SHA for 5121177 - Browse repository at this point
Copy the full SHA 5121177View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f6d6a0 - Browse repository at this point
Copy the full SHA 8f6d6a0View commit details -
Node must call super() to initialize Sinatra::Base
If it doesn't then Sinatra::Base never initializes the template_cache, causing undefined variable exceptions later in it's life-cycle
Configuration menu - View commit details
-
Copy full SHA for 71923aa - Browse repository at this point
Copy the full SHA 71923aaView commit details -
ActiveSupport no longer has SecureRandom
It's part of the Ruby stdlib in 1.9
Configuration menu - View commit details
-
Copy full SHA for dd4bae5 - Browse repository at this point
Copy the full SHA dd4bae5View commit details -
Reserved scope must be array before manipulation
Otherwise calling delete on it will perform a delete in the database. Under ActiveRecord 2.3, records returned from a scope where array-like and a delete just removed them from the in-memory representation, not the DB. Under newer ActiveRecord, it's an association so delete also performs a DB delete.
Configuration menu - View commit details
-
Copy full SHA for 788e6fa - Browse repository at this point
Copy the full SHA 788e6faView commit details
Commits on Sep 30, 2013
-
Add current directory to LOAD_PATH
If actions are not an absolute path then they need to be loaded from the current directory. An alternate method would be to convert relative action paths to absolute.
Configuration menu - View commit details
-
Copy full SHA for 3a7fabe - Browse repository at this point
Copy the full SHA 3a7fabeView commit details
Commits on Oct 1, 2013
-
Set $LOAD_PATH to action_paths
This way the actions can be required by using their basename
Configuration menu - View commit details
-
Copy full SHA for 765f507 - Browse repository at this point
Copy the full SHA 765f507View commit details
Commits on Dec 9, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 09e0a6e - Browse repository at this point
Copy the full SHA 09e0a6eView commit details
Commits on Jan 6, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 56a81c2 - Browse repository at this point
Copy the full SHA 56a81c2View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...rails4