0
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 12 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed Rails version declaration from environment.rb (useless) More... over 15 years ago
Swapped default Rails README with the application one, so there's something at the Github page :) More... almost 16 years ago
Updated README for application and reviewed in-code documentation More... almost 16 years ago
Step four: Added functional tests, covering our controller methods More... almost 16 years ago
Step three: Added basic unit tests More... almost 16 years ago
Second step: Fixed the auto-generated Rails tests so there are no failures and errors (and actually find some bugs in our code by doing it...) More... almost 16 years ago
Preparing for covering the app with tests: First step is having proper data in fixture files More... almost 16 years ago
Added 'completed_at' attribute for syndication of recently completed tasks; Added Atom syndication format (with auto-link in HTML) More... almost 16 years ago
Preparing for syndication: Added atom_feed_helper Rails plugin More... almost 16 years ago
Refactored toggling of tasks to provide non-Javascript enabled browsers with standard form and submit button More... almost 16 years ago
Changed toggling of tasks to Ajax interactivity More... almost 16 years ago
Refactored views to show Tasks directly in Projects listing; Added task completion by button in listing; Refactored loading objects in TasksController More... almost 16 years ago
Added association between Tasks and Projects; Refactored form for Tasks to use partial template More... almost 16 years ago
Generated blank Project resource More... almost 16 years ago
Refactored task listing to use named scope instead of :order parameter in the controller More... almost 16 years ago
Added ordering of tasks by due date in list More... almost 16 years ago
Added validations to Task More... almost 16 years ago
Added default route to load Tasks, added better CSS, changed layout to common: app/views/layouts/application.html.erb More... almost 16 years ago
Generated blank "Task" resource More... almost 16 years ago
Added blank Rails application (command `rails planner`) More... almost 16 years ago