1
I Use This!
Inactive

Commits : Listings

Analyzed 12 days ago. based on code collected 13 days ago.
Jan 30, 2024 — Jan 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
small tweak to milestones - still a long way to go :) More... over 13 years ago
more styling and what not More... over 13 years ago
that is a WHOLE lotta changes More... over 13 years ago
making some arel tweaks to the models
jakedempsey
as Jake Dempsey
More... almost 14 years ago
updating some controllers and helper methods More... about 14 years ago
adding some simple model tests More... about 14 years ago
adding a couple missing views and writings lots and lots of functional tests More... about 14 years ago
removed the old @project that was assumed everywhere.. now have a method called current_project
jakedempsey
as Jake Dempsey
More... about 14 years ago
fixing dashboard
jakedempsey
as Jake Dempsey
More... about 14 years ago
fixed dashboard for project
jakedempsey
as Jake Dempsey
More... about 14 years ago
Merge branch 'rails3' of [email protected]:explainpmt/explainpmt into rails3 More... about 14 years ago
adding scope to position and default scope to order by position ... fixing projects controller and project show view More... about 14 years ago
enabled audit observer in app.rb and removed after_update hook in story to do the audit
jakedempsey
as Jake Dempsey
More... about 14 years ago
only one method was using is_defined? so I removed it
jakedempsey
as Jake Dempsey
More... about 14 years ago
param was mispelled
jakedempsey
as Jake Dempsey
More... about 14 years ago
adding select stories view on iterations More... about 14 years ago
fixing small bug in story model More... about 14 years ago
oops :) More... about 14 years ago
few little bug fixes More... about 14 years ago
Merge branch 'rails3' of github.com:explainpmt/explainpmt into rails3
jakedempsey
as Jake Dempsey
More... about 14 years ago
story no longer uses all the composed of stuff... is was really confusing and not very helpful.. moved to using simple GEM attribute mapper to achieve same result... no migration needed
jakedempsey
as Jake Dempsey
More... about 14 years ago
adding forgot / reset password methods More... about 14 years ago
Merge branch 'rails3' of [email protected]:explainpmt/explainpmt into rails3 More... about 14 years ago
adding some functional tests, moving some stuff in plugins around to get rid of stupid deprecation warnings More... about 14 years ago
working on refactoring models to new rails3 goodness..
jakedempsey
as Jake Dempsey
More... about 14 years ago
adding xss_terminate since we'll probably need it ... updating column content to use new block helper syntax, adding audits controller, fixing a couple of routes More... about 14 years ago
adding story partial, adding images (just for now, will probably change later) .. updating column_content_for to use with_output_buffer instead of yield More... about 14 years ago
adding tasks and task partials, also adding tasks helper methods, changing seeds to use admin instead of is_admin, updating is_admin? helper method to use admin instead of is_admin, adding project dashboard route More... about 14 years ago
decided to just roll with an upgrade migration... MUCH easier than trying to mess with migrating data manually.. More... about 14 years ago
first pass at migration... whew ... also updated audits table, was missing project_id , so reset again :) ... if you have an old database, run `rake explainpmt:upgrade` for giggles. More... about 14 years ago