tracks/app/views
Reinier Balt 484356fe07 small improvements
render :partial => filename, :object => @object can be written shorter since rails 2.0 like
render :partial => @object or render :partial => @collection
Also form_for is smart bout put and post for update and creation.

it helps watching older railcasts episodes :-)
2011-02-03 18:17:28 +01:00
..
contexts major restructuring/refactoring of application.js. finally scratched that itch. Some tests are failing to be fixed later. 2011-02-03 18:17:24 +01:00
data Added locale selection to preferences 2011-01-16 18:14:07 +01:00
feedlist finish migration of the feeds page 2011-02-03 18:17:27 +01:00
integrations small improvements 2011-02-03 18:17:28 +01:00
layouts fix editing a note from the notes page 2011-02-03 18:17:21 +01:00
login add a cucumber test to simulate expiration of a session 2011-02-03 18:17:17 +01:00
notes small improvements 2011-02-03 18:17:28 +01:00
preferences Added locale selection to preferences 2011-01-16 18:14:07 +01:00
projects small improvements 2011-02-03 18:17:28 +01:00
recurring_todos small improvements 2011-02-03 18:17:28 +01:00
search Changed code to support basic i18n. 2010-11-09 16:31:26 +08:00
shared replace old prototype/jrails code for periodic checks and start work on autocomplete and edit projects 2011-02-03 18:16:51 +01:00
sidebar refactor sidebar and finish migration of notes 2011-02-03 18:17:22 +01:00
stats Changed code to support basic i18n. 2010-11-09 16:31:26 +08:00
todos small improvements 2011-02-03 18:17:28 +01:00
users fixing some stuff around OpenID: 2011-01-24 16:14:56 +08:00