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