rubymine_heaven 0.0.1 → 0.0.2
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/README.md +7 -3
- data/lib/rubymine_heaven/version.rb +1 -1
- data/rubymine_heaven.gemspec +5 -3
- metadata +15 -9
data/README.md
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
This gem does 2 things:
|
|
4
4
|
|
|
5
|
-
*
|
|
6
|
-
*
|
|
5
|
+
* connects stack trace on rails error page to rubymine (when you click on stack trace line in browser, RubyMine will open appropriate file on the line which caused the error
|
|
6
|
+
* in similar manner it connects links from footnotes (if present) to RubyMine (https://github.com/josevalim/rails-footnotes)
|
|
7
7
|
|
|
8
8
|
## Getting started
|
|
9
9
|
|
|
@@ -37,7 +37,7 @@ that's all...
|
|
|
37
37
|
## Prerequisites
|
|
38
38
|
|
|
39
39
|
* Mac OS X
|
|
40
|
-
* IntelliJ RubyMine
|
|
40
|
+
* IntelliJ RubyMine (http://www.jetbrains.com/ruby/index.html)
|
|
41
41
|
|
|
42
42
|
## Bugs and Feedback
|
|
43
43
|
|
|
@@ -48,6 +48,10 @@ If you discover any bugs, please send an e-mail to petr@petrcervinka.cz. Positiv
|
|
|
48
48
|
If someone knows how to eliminate the need to create ApplScript handler (or how to create this handler programaticaly),
|
|
49
49
|
or how to register new protocol programitacly, please let me know.
|
|
50
50
|
|
|
51
|
+
## References
|
|
52
|
+
|
|
53
|
+
https://rubygems.org/gems/rubymine_heaven
|
|
54
|
+
|
|
51
55
|
## License
|
|
52
56
|
|
|
53
57
|
MIT License.
|
data/rubymine_heaven.gemspec
CHANGED
|
@@ -8,9 +8,11 @@ Gem::Specification.new do |s|
|
|
|
8
8
|
s.authors = ["Petr Cervinka"]
|
|
9
9
|
s.email = ["petr@petrcervinka.cz"]
|
|
10
10
|
s.homepage = ""
|
|
11
|
-
s.summary = %q{Rails gem
|
|
12
|
-
s.description = %q{This gem
|
|
13
|
-
|
|
11
|
+
s.summary = %q{Rails gem for pleasant development with InteliJ RubyMine}
|
|
12
|
+
s.description = %q{This gem connects stack trace on rails error page to rubymine (when you click on stack trace line
|
|
13
|
+
in browser, RubyMine will open appropriate file on the line which caused the error. In similar manner it connects links
|
|
14
|
+
from footnotes (if present) to RubyMine (https://github.com/josevalim/rails-footnotes). You need some manual work to set
|
|
15
|
+
handler for browser links (see README).'}
|
|
14
16
|
|
|
15
17
|
s.rubyforge_project = "rubymine_heaven"
|
|
16
18
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rubymine_heaven
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,11 +9,11 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-01-
|
|
12
|
+
date: 2012-01-24 00:00:00.000000000Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rails
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &70219712914560 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ! '>='
|
|
@@ -21,11 +21,17 @@ dependencies:
|
|
|
21
21
|
version: 3.0.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
25
|
-
description: !
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
24
|
+
version_requirements: *70219712914560
|
|
25
|
+
description: ! 'This gem connects stack trace on rails error page to rubymine (when
|
|
26
|
+
you click on stack trace line
|
|
27
|
+
|
|
28
|
+
in browser, RubyMine will open appropriate file on the line which caused the error.
|
|
29
|
+
In similar manner it connects links
|
|
30
|
+
|
|
31
|
+
from footnotes (if present) to RubyMine (https://github.com/josevalim/rails-footnotes).
|
|
32
|
+
You need some manual work to set
|
|
33
|
+
|
|
34
|
+
handler for browser links (see README).'''
|
|
29
35
|
email:
|
|
30
36
|
- petr@petrcervinka.cz
|
|
31
37
|
executables:
|
|
@@ -66,5 +72,5 @@ rubyforge_project: rubymine_heaven
|
|
|
66
72
|
rubygems_version: 1.8.10
|
|
67
73
|
signing_key:
|
|
68
74
|
specification_version: 3
|
|
69
|
-
summary: Rails gem
|
|
75
|
+
summary: Rails gem for pleasant development with InteliJ RubyMine
|
|
70
76
|
test_files: []
|