summaryrefslogtreecommitdiff
path: root/app/controllers/tutorials_controller.rb
AgeCommit message (Collapse)Author
2015-03-18hound happy.mo khan
2015-03-18upgrade tutorials page.mo khan
2014-10-28remove author and date and use fixed with image on tutorials page.mo khan
2014-10-19update tutorials pages to support site wide search.mo khan
2014-09-08fix n+1smo khan
2014-08-27remove old tutorial actions.mo khan
2014-08-23use fluid navbar.mo khan
2014-08-12update all authentication to use the new authenticate before_filter.mo khan
2014-05-21move dashboard to my/dashboard.mo khan
2014-01-19redirect to dashboard after submitting a tutorialmo khan
2013-12-31remove etags... they are annoying and hard to control.mo khan
2013-12-28cache tutorials using cache-control headers and etag.mo khan
2013-07-26fix tutorials controller specs to be rails 4 compatiblemo khan
2013-05-04eager fetch tags with tutorialsmo khan
2013-02-09if there is an error creating a tutorial then load the user to be able to ↵mo k
render the view template
2013-02-09add me box to the add creation and add tutorial pages.mo k
2013-01-31remove tag filtering from tutorials controller.mo k
2012-10-06fix bug where paging was not added when filtering tutorials by category.mo k
2012-10-04add paging to the tutorials listing page.mo k
2012-09-20filter tutorials by tag.mo k
2012-09-17save tags added to a tutorial and display the tags on the tutorials page.mo k
2012-09-13add tags to the tutorial model.mo k
2012-09-13display the newest tutorials first.mo k
2012-09-10fix the tutorial specs.mo k
2012-09-06associate a tutorial with the user signed in.mo k
2012-09-06authenticate to add/edit/delete tutorials.mo k
2012-09-06add tutorial scaffold.mo k