0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 16, 2024 — Jul 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed Rails version declaration from environment.rb (useless) More... almost 17 years ago
Swapped default Rails README with the application one, so there's something at the Github page :) More... almost 17 years ago
Updated README for application and reviewed in-code documentation More... almost 17 years ago
Step four: Added functional tests, covering our controller methods More... almost 17 years ago
Step three: Added basic unit tests More... almost 17 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 17 years ago
Preparing for covering the app with tests: First step is having proper data in fixture files More... almost 17 years ago
Added 'completed_at' attribute for syndication of recently completed tasks; Added Atom syndication format (with auto-link in HTML) More... almost 17 years ago
Preparing for syndication: Added atom_feed_helper Rails plugin More... almost 17 years ago
Refactored toggling of tasks to provide non-Javascript enabled browsers with standard form and submit button More... almost 17 years ago
Changed toggling of tasks to Ajax interactivity More... almost 17 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 17 years ago
Added association between Tasks and Projects; Refactored form for Tasks to use partial template More... almost 17 years ago
Generated blank Project resource More... almost 17 years ago
Refactored task listing to use named scope instead of :order parameter in the controller More... almost 17 years ago
Added ordering of tasks by due date in list More... almost 17 years ago
Added validations to Task More... almost 17 years ago
Added default route to load Tasks, added better CSS, changed layout to common: app/views/layouts/application.html.erb More... almost 17 years ago
Generated blank "Task" resource More... almost 17 years ago
Added blank Rails application (command `rails planner`) More... almost 17 years ago