ramaze 2009.01 → 2009.02
Sign up to get free protection for your applications and to get access to all the features.
- data/README.markdown +1 -1
- data/cache.yaml +7 -0
- data/doc/CHANGELOG +134 -0
- data/doc/readme_chunks/getting_help.txt +1 -1
- data/doc/tutorial/todolist.html +1 -1
- data/doc/tutorial/todolist.mkd +2 -2
- data/examples/app/wiktacular/template/html_layout.xhtml +1 -1
- data/lib/proto/view/index.xhtml +2 -2
- data/lib/ramaze/contrib/gettext/po.rb +23 -23
- data/lib/ramaze/controller/resolve.rb +1 -1
- data/lib/ramaze/current.rb +0 -59
- data/lib/ramaze/current/request.rb +11 -2
- data/lib/ramaze/current/session/flash.rb +1 -0
- data/lib/ramaze/helper/flash.rb +17 -2
- data/lib/ramaze/helper/paginate.rb +1 -1
- data/lib/ramaze/helper/redirect.rb +1 -1
- data/lib/ramaze/helper/user.rb +1 -1
- data/lib/ramaze/log/syslog.rb +36 -36
- data/lib/ramaze/snippets/ramaze/fiber.rb +3 -4
- data/lib/ramaze/tool/localize.rb +1 -1
- data/lib/ramaze/version.rb +1 -1
- data/rake_tasks/conf.rake +16 -2
- data/rake_tasks/gem.rake +1 -1
- data/ramaze.gemspec +4 -168
- data/spec/ramaze/log/syslog.rb +62 -59
- data/spec/ramaze/view/ezamar/external.xhtml +8 -0
- data/test.out +1588 -0
- metadata +24 -7
- data/ramaze-2008.11.gem +0 -0
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ramaze
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: "2009.
|
4
|
+
version: "2009.02"
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michael 'manveru' Fellinger
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-
|
12
|
+
date: 2009-02-14 00:00:00 -05:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
@@ -55,6 +55,7 @@ files:
|
|
55
55
|
- benchmark/test.rb
|
56
56
|
- bin
|
57
57
|
- bin/ramaze
|
58
|
+
- cache.yaml
|
58
59
|
- doc
|
59
60
|
- doc/AUTHORS
|
60
61
|
- doc/CHANGELOG
|
@@ -555,7 +556,6 @@ files:
|
|
555
556
|
- lib/ramaze/version.rb
|
556
557
|
- lib/vendor
|
557
558
|
- lib/vendor/bacon.rb
|
558
|
-
- pkg
|
559
559
|
- rake_tasks
|
560
560
|
- rake_tasks/conf.rake
|
561
561
|
- rake_tasks/coverage.rake
|
@@ -565,7 +565,6 @@ files:
|
|
565
565
|
- rake_tasks/metric.rake
|
566
566
|
- rake_tasks/release.rake
|
567
567
|
- rake_tasks/spec.rake
|
568
|
-
- ramaze-2008.11.gem
|
569
568
|
- ramaze.gemspec
|
570
569
|
- spec
|
571
570
|
- spec/contrib
|
@@ -766,6 +765,9 @@ files:
|
|
766
765
|
- spec/ramaze/template/xslt/index.xsl
|
767
766
|
- spec/ramaze/template/xslt/products.xsl
|
768
767
|
- spec/ramaze/template/xslt/ruby_version.xsl
|
768
|
+
- spec/ramaze/view
|
769
|
+
- spec/ramaze/view/ezamar
|
770
|
+
- spec/ramaze/view/ezamar/external.xhtml
|
769
771
|
- spec/snippets
|
770
772
|
- spec/snippets/array
|
771
773
|
- spec/snippets/array/put_within.rb
|
@@ -790,17 +792,32 @@ files:
|
|
790
792
|
- spec/snippets/string/unindent.rb
|
791
793
|
- spec/snippets/thread
|
792
794
|
- spec/snippets/thread/into.rb
|
795
|
+
- test.out
|
793
796
|
has_rdoc: true
|
794
|
-
homepage: http://ramaze.
|
797
|
+
homepage: http://ramaze.net
|
795
798
|
post_install_message: |-
|
796
799
|
============================================================
|
797
800
|
|
801
|
+
|
798
802
|
Thank you for installing Ramaze!
|
799
|
-
You can now do following:
|
800
803
|
|
801
|
-
|
804
|
+
At this point, you can learn how to use Ramaze at
|
805
|
+
the main website, http://ramaze.net .
|
806
|
+
|
807
|
+
Alternatively, you can work off a skeletal prototype project
|
808
|
+
using the 'ramaze' command:
|
809
|
+
|
802
810
|
ramaze --create yourproject
|
803
811
|
|
812
|
+
Feel free to ask questions in our IRC channel:
|
813
|
+
irc.freenode.net #ramaze
|
814
|
+
http://mibbit.com/?server=irc.freenode.net&channel=%23ramaze
|
815
|
+
|
816
|
+
Enjoy! :)
|
817
|
+
|
818
|
+
-- The Ramaze team
|
819
|
+
|
820
|
+
|
804
821
|
============================================================
|
805
822
|
rdoc_options: []
|
806
823
|
|
data/ramaze-2008.11.gem
DELETED
Binary file
|