-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
my proposed updates, part 2 #2
base: master
Are you sure you want to change the base?
Commits on Mar 7, 2016
-
Use rake instead of rails to migrate
"rails db:migrate" won't work.
Frank Gard committedMar 7, 2016 Configuration menu - View commit details
-
Copy full SHA for 6213a8b - Browse repository at this point
Copy the full SHA 6213a8bView commit details -
… instead of "rails test" which won't work.
Frank Gard committedMar 7, 2016 Configuration menu - View commit details
-
Copy full SHA for ecbf25b - Browse repository at this point
Copy the full SHA ecbf25bView commit details -
correct controller tests' path
controller tests are not located in "test/functional".
Frank Gard committedMar 7, 2016 Configuration menu - View commit details
-
Copy full SHA for e15f76d - Browse repository at this point
Copy the full SHA e15f76dView commit details -
Revert "Use "rake test" for testing"
This reverts commit ecbf25bad0a83550824e0bbc4f4c383b851ba57d. When using Rails 5.0, "rails test" will work! So, my changes were outdated.
Frank Gard committedMar 7, 2016 Configuration menu - View commit details
-
Copy full SHA for 7d96243 - Browse repository at this point
Copy the full SHA 7d96243View commit details -
Revert "Use rake instead of rails to migrate"
This reverts commit 6213a8ba3b10de56a3cfe9c806eda2da22375c78. When using Rails 5.0, "rails db:migrate" will work! So, my changes were outdated.
Frank Gard committedMar 7, 2016 Configuration menu - View commit details
-
Copy full SHA for afce208 - Browse repository at this point
Copy the full SHA afce208View commit details -
… instead of "rake test". I see, I'm not the only one whose brain is "version 4.2" :).
Frank Gard committedMar 7, 2016 Configuration menu - View commit details
-
Copy full SHA for 77384d3 - Browse repository at this point
Copy the full SHA 77384d3View commit details -
Use "rails generate scaffold …"
… instead of "rake generate scaffold". While "rake test" and "rails test" both are possible, "rake generate scaffold …" is not a valid syntax IMHO.
Frank Gard committedMar 7, 2016 Configuration menu - View commit details
-
Copy full SHA for e3c7f19 - Browse repository at this point
Copy the full SHA e3c7f19View commit details -
Substitute "rake-stats" by "rails-stats"
There is no obvious reason for using "rake-stats" (instead of "rails-stats") as link-target, is it?
Frank Gard committedMar 7, 2016 Configuration menu - View commit details
-
Copy full SHA for db141e2 - Browse repository at this point
Copy the full SHA db141e2View commit details