Reinier Balt
106f966965
fix #1155 where editing a note on the notes page submits the wrong form
2011-04-29 18:27:06 +02:00
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
Reinier Balt
51106d015e
fix failing tests after previous refactoring.
2011-02-03 18:17:25 +01:00
Reinier Balt
879fbc99e2
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
Reinier Balt
ea1ca130f1
refactor sidebar and finish migration of notes
2011-02-03 18:17:22 +01:00
Reinier Balt
94b5aa2346
fix editing a note from the notes page
2011-02-03 18:17:21 +01:00
Reinier Balt
145c9105dd
migrate deleting a note from notes page to jqeury
2011-02-03 18:17:18 +01:00
Marcus Ilgner
fd3f69d927
Changed code to support basic i18n.
...
Added RubyMine configuration and rvm setup to .gitignore.
2010-11-09 16:31:26 +08:00
bsag
4cbf5a34d3
Removed superfluous 'tracks' directory at the root of the repository.
...
Testing commits to github.
2008-05-20 21:28:26 +01:00