File: CHANGELOG.rdoc

package info (click to toggle)
ruby-journey 1.0.4-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 288 kB
  • sloc: ruby: 2,830; javascript: 113; yacc: 42; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 768 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Thu Jun 14 14:03:22 2012  Aaron Patterson <aaron@tenderlovemaking.com>

	* lib/journey/formatter.rb: when generating routes, skip route
          literals (routes that do not have replacement values like
          "/:controller") when matching unnamed routes.
            
            https://github.com/rails/rails/issues/6459

        * test/test_router.rb: corresponding test

Wed Feb 15 11:49:41 2012  Aaron Patterson <aaron@tenderlovemaking.com>

	* lib/journey/formatter.rb: reject non-truthy parameters parts.
          Fixes rails ticket #4587

Mon Jan 23 17:07:53 2012  Aaron Patterson <aaron@tenderlovemaking.com>

	* Added symbol? and literal? predicate methods to the ast nodes for
        easier AST traversal.
        * Made the dummy node a real class.