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
|
File without changes
|
|
@@ -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.
|
|
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: []
|