rad_core 0.2.2 → 0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/Rakefile CHANGED
@@ -8,7 +8,7 @@ project(
8
8
 
9
9
  bin: 'bin',
10
10
  executables: ['rad'],
11
- dirs: 'bin',
11
+ dirs: %w(bin views),
12
12
 
13
13
  author: 'Alexey Petrushin',
14
14
  homepage: 'http://github.com/alexeypetrushin/rad_core'
File without changes
@@ -0,0 +1,11 @@
1
+ <html>
2
+ <body>
3
+ <p>
4
+ <b><font color='red'>ERROR:</font></b>
5
+ <%= error.message.html_escape %>
6
+ </p>
7
+ <pre>
8
+ <%= error.backtrace && error.backtrace.join("\n ").html_escape %>
9
+ </pre>
10
+ </body>
11
+ </html>
@@ -0,0 +1 @@
1
+ console.log("<%= error.message.js_escape %>");
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rad_core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -464,6 +464,9 @@ files:
464
464
  - spec/web/spec_helper_spec.rb
465
465
  - spec/web/view_routing_helper_spec.rb
466
466
  - bin/rad
467
+ - views/rad_default_templates/blank_template.erb
468
+ - views/rad_default_templates/development/error.html.erb
469
+ - views/rad_default_templates/development/error.js.erb
467
470
  has_rdoc: true
468
471
  homepage: http://github.com/alexeypetrushin/rad_core
469
472
  licenses: []