-
Notifications
You must be signed in to change notification settings - Fork 204
Conversation
- Update rails in Gemfile - Run `rake rails:update` - Fix tests - Remove attr_accessible from models (but I didn’t put it back in the controllers) - Unfix the lazy loader from BigListController - Update bootstrap in sass and js - Remove trailing whitespace - Remove inline and in-page styles - Add description for ManyAssets#index - Fix indenting in index.html.erb - Fix navbar - Remove extra css/js - Switch to SASS includes per `bootstrap-sass`s whim
Please feel free to undo/change anything with no feelings of guilt whatsoever. I hope that my changes kept the project on the right path, but I know that I had to do some CSS changes that may have violated some of the original goals. I assure you, I have no attachment to them whatsoever. :) |
Noticed that we didn't get the Gemfile.lock updates included here. Blew it away locally to rebuild, but you want to include your local edits on that Chuck? Ran through and almost all the pages are performing similarly to before, and look as good (or better! ✨) than previously. Excellent! Only exception is "The Loop" was this minor UI change: Both of them to include the Once again, ❤️ 💖 for doing this! It's been lingering on my todo list for quite a while, and refreshing to have it up to date! |
Ah! Interesting. Looks like icons changed class from Also, I just did a |
he says and then immediately commits his Gemfile.lock anyways |
Also sent in a fix for the glyphicons. Slow day today. |
💥 thanks @vosechu! |
Of course! Happy to help |
Update to Rails 4.2 / Bootstrap 3
Woohoo! Thanks! |
rake rails:update
controllers)
bootstrap-sass
s whimFixes #14