-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am trying to get a Redmine plugin designed for Rails 2 to work with Rails 3.
https://github.com/dalyons/redmine-todos-scrum-plugin
I've pretty much fixed most parts, but having no success whatsoever in getting the routes to work.
The original routes for Rails 2 are as follows:
map.resources :todos…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm one of those people who can't get anything done without a to-do list. If it isn't on the list it doesn't exist.
Notepad Method:
When I'm programming I've been keeping notepad open with a list of to-do's for my current project. I'll constantly re-arrange these based off priority and I cross…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm testing the sproutcore todo's tutorial and I have checked the code in step-5 and it's identical to my code at least as far as I can see, but the addButton is not responding to click events.
addTask: function () {
var task;
task = Sinatra.store.createRecord(Sinatra.Task, {
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have this test code:
import java.util.*;
class MapEQ {
public static void main(String[] args) {
Map<ToDos, String> m = new HashMap<ToDos, String>();
ToDos t1 = new ToDos("Monday");
ToDos t2 = new ToDos("Monday");
ToDos t3 = new ToDos("Tuesday");
m.put(t1, "doLaundry");
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm looking for a simple to-do list app to organize the planned features in my project. Basically something with a checkbox, the item, and a priority. maybe sub-features/todos as well, to organize them into logical units. Preferably an online tool I think. What do you guys use?
>>> More