rails-ext 0.2.0 → 0.2.1

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.
Files changed (33) hide show
  1. data/.git/COMMIT_EDITMSG +1 -1
  2. data/.git/index +0 -0
  3. data/.git/logs/HEAD +5 -0
  4. data/.git/logs/refs/heads/master +5 -0
  5. data/.git/logs/refs/remotes/origin/master +5 -0
  6. data/.git/objects/07/9ef6b10f536af792f4cf5d131857baa28751e7 +2 -0
  7. data/.git/objects/15/351f2f81548a7a0d9c4a6690894a42262fb7f5 +0 -0
  8. data/.git/objects/18/17673317d63a90369c9f7abdc6f0113f42050f +0 -0
  9. data/.git/objects/1c/7fd48742e76d2cd6605e1a569e65e79ddd8f92 +0 -0
  10. data/.git/objects/2e/f02adc5485c579d75dfacf7034b20760f2fdf4 +0 -0
  11. data/.git/objects/36/66d56066f3aeb0f9fc342de42f25e298341a61 +0 -0
  12. data/.git/objects/40/7adfb7f6188b0bb0b88cf9391943e1aaa32374 +0 -0
  13. data/.git/objects/4f/2c09cf4d187a86ce37983eb76211ebabdb45d0 +0 -0
  14. data/.git/objects/53/8aca7c60ef3cdfde25d4698e8e133ce18e512e +2 -0
  15. data/.git/objects/7e/ca6f113845c2dcdf536daa084349445d608879 +0 -0
  16. data/.git/objects/85/eee9f4c1a6f710ed87bf28a0531275777f8848 +2 -0
  17. data/.git/objects/b1/2623653bc803aeab5b77efdc72f79fb8f9c80e +0 -0
  18. data/.git/objects/b7/88e3ac322b164a2a223f80f8a6da0836d9d1dd +0 -0
  19. data/.git/objects/c7/a9ce2f4c2230143a30c77952c14ddf6507f511 +4 -0
  20. data/.git/objects/cd/cf979816bbea77b6000145a1e23921553bf497 +0 -0
  21. data/.git/objects/de/10bee1e91cfbd53ccaa073aada68cbfeac22d8 +1 -0
  22. data/.git/objects/e8/0a14e4bfbbd08f0fee02bc492dc25d22dfed18 +0 -0
  23. data/.git/objects/e8/0fdfb7dcc3e47a97e3400d4a66739e8c9816c2 +0 -0
  24. data/.git/objects/e8/8c08dea8850c34f14a6cb67660174d186f9e0a +0 -0
  25. data/.git/objects/f0/af2f0e63f924f45e55af90e691f3588552ffc9 +3 -0
  26. data/.git/objects/f6/3ad03a8daa1602df63aab3838947c18fa63797 +4 -0
  27. data/.git/refs/heads/master +1 -1
  28. data/.git/refs/remotes/origin/master +1 -1
  29. data/Rakefile +2 -2
  30. data/lib/rails_ext/create_public_symlinks.rb +4 -4
  31. data/public/rails_ext/rails_ext.css +2 -0
  32. data/public/rails_ext/rails_ext.js +173 -0
  33. metadata +58 -35
data/.git/COMMIT_EDITMSG CHANGED
@@ -1 +1 @@
1
- small updates
1
+ fix public links
data/.git/index CHANGED
Binary file
data/.git/logs/HEAD CHANGED
@@ -4,3 +4,8 @@
4
4
  3a797683953be7e6d0ffa0e34514f3e8e9c3ceb0 6551094fa3b996ff25b88d7ddb21d21a811d53fc Alex <alex@alex.local> 1260528190 +0300 commit: small fixes
5
5
  6551094fa3b996ff25b88d7ddb21d21a811d53fc eb9701e2dbe8fb606315f9514d789188160bdd67 Alex <alex@alex.local> 1261258933 +0300 commit: update i18helper
6
6
  eb9701e2dbe8fb606315f9514d789188160bdd67 29b1f8abaed4aea1da8f8bd5f1bd81c26058c41a Alex <alex@alex.local> 1261874071 +0300 commit: small updates
7
+ 29b1f8abaed4aea1da8f8bd5f1bd81c26058c41a 538aca7c60ef3cdfde25d4698e8e133ce18e512e Alex <alex@alex.local> 1261874130 +0300 commit: small updates
8
+ 538aca7c60ef3cdfde25d4698e8e133ce18e512e e80a14e4bfbbd08f0fee02bc492dc25d22dfed18 Alex <alex@alex.local> 1262050147 +0300 commit: fix
9
+ e80a14e4bfbbd08f0fee02bc492dc25d22dfed18 4f2c09cf4d187a86ce37983eb76211ebabdb45d0 Alex <alex@alex.local> 1262050557 +0300 commit: upd
10
+ 4f2c09cf4d187a86ce37983eb76211ebabdb45d0 85eee9f4c1a6f710ed87bf28a0531275777f8848 Alex <alex@alex.local> 1262053207 +0300 commit: upd
11
+ 85eee9f4c1a6f710ed87bf28a0531275777f8848 f63ad03a8daa1602df63aab3838947c18fa63797 Alex <alex@alex.local> 1262055815 +0300 commit: fix public links
@@ -4,3 +4,8 @@
4
4
  3a797683953be7e6d0ffa0e34514f3e8e9c3ceb0 6551094fa3b996ff25b88d7ddb21d21a811d53fc Alex <alex@alex.local> 1260528190 +0300 commit: small fixes
5
5
  6551094fa3b996ff25b88d7ddb21d21a811d53fc eb9701e2dbe8fb606315f9514d789188160bdd67 Alex <alex@alex.local> 1261258933 +0300 commit: update i18helper
6
6
  eb9701e2dbe8fb606315f9514d789188160bdd67 29b1f8abaed4aea1da8f8bd5f1bd81c26058c41a Alex <alex@alex.local> 1261874071 +0300 commit: small updates
7
+ 29b1f8abaed4aea1da8f8bd5f1bd81c26058c41a 538aca7c60ef3cdfde25d4698e8e133ce18e512e Alex <alex@alex.local> 1261874130 +0300 commit: small updates
8
+ 538aca7c60ef3cdfde25d4698e8e133ce18e512e e80a14e4bfbbd08f0fee02bc492dc25d22dfed18 Alex <alex@alex.local> 1262050147 +0300 commit: fix
9
+ e80a14e4bfbbd08f0fee02bc492dc25d22dfed18 4f2c09cf4d187a86ce37983eb76211ebabdb45d0 Alex <alex@alex.local> 1262050557 +0300 commit: upd
10
+ 4f2c09cf4d187a86ce37983eb76211ebabdb45d0 85eee9f4c1a6f710ed87bf28a0531275777f8848 Alex <alex@alex.local> 1262053207 +0300 commit: upd
11
+ 85eee9f4c1a6f710ed87bf28a0531275777f8848 f63ad03a8daa1602df63aab3838947c18fa63797 Alex <alex@alex.local> 1262055815 +0300 commit: fix public links
@@ -3,3 +3,8 @@
3
3
  3a797683953be7e6d0ffa0e34514f3e8e9c3ceb0 6551094fa3b996ff25b88d7ddb21d21a811d53fc Alex <alex@alex.local> 1260528197 +0300 update by push
4
4
  6551094fa3b996ff25b88d7ddb21d21a811d53fc eb9701e2dbe8fb606315f9514d789188160bdd67 Alex <alex@alex.local> 1261258939 +0300 update by push
5
5
  eb9701e2dbe8fb606315f9514d789188160bdd67 29b1f8abaed4aea1da8f8bd5f1bd81c26058c41a Alex <alex@alex.local> 1261874077 +0300 update by push
6
+ 29b1f8abaed4aea1da8f8bd5f1bd81c26058c41a 538aca7c60ef3cdfde25d4698e8e133ce18e512e Alex <alex@alex.local> 1261874136 +0300 update by push
7
+ 538aca7c60ef3cdfde25d4698e8e133ce18e512e e80a14e4bfbbd08f0fee02bc492dc25d22dfed18 Alex <alex@alex.local> 1262050153 +0300 update by push
8
+ e80a14e4bfbbd08f0fee02bc492dc25d22dfed18 4f2c09cf4d187a86ce37983eb76211ebabdb45d0 Alex <alex@alex.local> 1262050566 +0300 update by push
9
+ 4f2c09cf4d187a86ce37983eb76211ebabdb45d0 85eee9f4c1a6f710ed87bf28a0531275777f8848 Alex <alex@alex.local> 1262053212 +0300 update by push
10
+ 85eee9f4c1a6f710ed87bf28a0531275777f8848 f63ad03a8daa1602df63aab3838947c18fa63797 Alex <alex@alex.local> 1262055827 +0300 update by push
@@ -0,0 +1,2 @@
1
+ x+)JMU021c040031Q�K�,�L��/Je��$�s�N�[6f
2
+ 5.^�Nn���� ���tv� ve�\��m1A�2��;������* rut�u�+J�Of��?O���?�>s������,� S��������֝�֣��c�/0�Ğ��� P��Lb������<W�ZB�Tؼ��s��O���&�d&3��d:x����̙�2k�.L�" QP\���P�l��\ǟ,'�m�Ҽ��g� e�
@@ -0,0 +1,2 @@
1
+ x��K
2
+ �0@]�� 2�O���e�̠��Ҧ����[<x��4��n ���XV� ��䂆(1��]$T�bt�%��y�aʨę��ʤ�kT̕��"��lx�i��&o{᝷/Nm*ܮ݀t��������a֑[��\��j>�A
@@ -0,0 +1,2 @@
1
+ x��K
2
+ �0@]��d&���e2��Pm))x|�'p�v��d~>���XU�� �m�|��؊x��`.������z0 ���,�}��8GQ�JvZS�DZ���CC�۸�+�&}Ùw^�8M��tڻ��Gt�F~_C�7̶4�`c;�
@@ -0,0 +1,4 @@
1
+ x}�O��@ �=�x[�փ�M,������iiF�H����aq�$���
2
+ i
3
+ �V_���Wa�Ɖ����bT�^CY��,W(;6����J�[-�_�]�l�o��oʏ����9�"��Ԛp3'�r�o�Q2�?g�u�� �l�
4
+ ��v��'�s�
@@ -0,0 +1 @@
1
+ x��Ak�@�{�x����x� {�AA���a�����&dV�H�{�U<�-���a��^)m�����i�^�q��!<�U,P����kT=����Kq��� }����Xo>��n���
@@ -0,0 +1,3 @@
1
+ x+)JMU021c040031Q�K�,�L��/Je��$�s�N�[6f
2
+ 5.^�Nn���� ���tv� ve�\��m1A�2��;������* rut�u�+J�Of��?O���?�>s������,� S��������֝�֣��c�/0�Ğ��� P��Lb�o S]��u����
3
+ Lfn���&�d&3��d:x����̙�2k�.L�" QP\���P�l��\ǟ,'�m�Ҽ��g��d�
@@ -0,0 +1,4 @@
1
+ x��M
2
+ �0@a�9���L�d
3
+ "z�i2�bjKM����n�݃��i�������IrD�
4
+ ��;����˩�I�,B��z8�C4�����”q�e꘠���˼�Z@�
@@ -1 +1 @@
1
- 29b1f8abaed4aea1da8f8bd5f1bd81c26058c41a
1
+ f63ad03a8daa1602df63aab3838947c18fa63797
@@ -1 +1 @@
1
- 29b1f8abaed4aea1da8f8bd5f1bd81c26058c41a
1
+ f63ad03a8daa1602df63aab3838947c18fa63797
data/Rakefile CHANGED
@@ -18,7 +18,7 @@ require 'fileutils'
18
18
 
19
19
  spec = Gem::Specification.new do |s|
20
20
  s.name = "rails-ext"
21
- s.version = "0.2.0"
21
+ s.version = "0.2.1"
22
22
  s.summary = "Set of common Ruby on Rails extensions"
23
23
  s.description = "Set of common Ruby on Rails extensions"
24
24
  s.author = "Alexey Petrushin"
@@ -29,7 +29,7 @@ spec = Gem::Specification.new do |s|
29
29
  s.has_rdoc = true
30
30
  s.extra_rdoc_files = ["README.rdoc"]
31
31
 
32
- s.files = (%w{Rakefile README.rdoc .gitignore} + Dir.glob("{lib,spec,.git}/**/*"))
32
+ s.files = (%w{Rakefile README.rdoc .gitignore} + Dir.glob("{.git,lib,spec,public}/**/*"))
33
33
  # s.executables = ['restclient']
34
34
  # s.add_dependency("BlueCloth", ">= 0.0.4")
35
35
  s.add_dependency "ruby-ext"
@@ -1,9 +1,9 @@
1
1
  module RailsExt
2
2
  class << self
3
- def create_public_symlinks!
4
- re_dir = File.expand_path "#{File.dirname __FILE__}/../../public/rails_ext"
5
- app_dir = File.expand_path "#{RAILS_ROOT}/public/rails_ext"
6
- system "ln -nfs #{re_dir} #{app_dir}"
3
+ def create_public_symlinks! root = RAILS_ROOT
4
+ public_rails_ext_path = File.expand_path "#{File.dirname __FILE__}/../../public/rails_ext"
5
+ public_rails_path = File.expand_path "#{root}/public/rails_ext"
6
+ system "ln -nfs #{public_rails_ext_path} #{public_rails_path}"
7
7
  end
8
8
  end
9
9
  end
@@ -0,0 +1,2 @@
1
+ .hidden{display: none;}
2
+ ._deferred{display: none;}
@@ -0,0 +1,173 @@
1
+ //
2
+ // Requirements
3
+ //
4
+ $;
5
+ $.template;
6
+ $.toJSON;
7
+
8
+ js_commons = 'defined';
9
+
10
+ //
11
+ // JavaScript Extension
12
+ //
13
+ Array.prototype.size = function () {
14
+ return this.length;
15
+ };
16
+
17
+ function Hash(hash) {
18
+ hash = hash || {};
19
+ var _this = this;
20
+ $.each(hash, function(key){_this[key] = this});
21
+ };
22
+
23
+ Hash.prototype.size = function () {
24
+ var l = -1;
25
+ for (var k in this) {
26
+ l++;
27
+ }
28
+ return l;
29
+ };
30
+
31
+ inspect = function(data){
32
+ console.dir(data);
33
+ };
34
+
35
+ //
36
+ // jQuery Extension
37
+ //
38
+ $.extend({
39
+ infoMessage: function(message){
40
+ try{
41
+ this.jGrowl(message);
42
+ }catch(e){console.log(e)};
43
+ },
44
+
45
+ errorMessage: function(message){
46
+ try{
47
+ this.jGrowl(message);
48
+ }catch(e){console.log(e)};
49
+ },
50
+
51
+ checkForMessages: function(json){
52
+ if(json['info']) $.infoMessage(json['info']);
53
+ if(json['error']) $.errorMessage(json['error']);
54
+ }
55
+ });
56
+
57
+ $.fn.extend({
58
+ serializeObject: function(){
59
+ var o = {};
60
+ var a = this.serializeArray();
61
+ $.each(a, function() {
62
+ if (o[this.name]) {
63
+ if (!o[this.name].push) {
64
+ o[this.name] = [o[this.name]];
65
+ }
66
+ o[this.name].push(this.value || '');
67
+ } else {
68
+ o[this.name] = this.value || '';
69
+ }
70
+ });
71
+ return o;
72
+ },
73
+
74
+ identify: function() {
75
+ var id = $(this).attr('id');
76
+ if(!id){
77
+ var i = 0;
78
+ do {
79
+ i++;
80
+ id = 'auto_id_' + i;
81
+ } while($('#' + id).length > 0);
82
+ $(this).attr('id', id);
83
+ }
84
+ return id;
85
+ },
86
+
87
+ first: function(){
88
+ return $((this.size() > 0) ? this[0] : this)
89
+ },
90
+
91
+ last: function(){
92
+ return $((this.size() > 0) ? this[this.size() - 1] : this)
93
+ },
94
+
95
+ blank: function(){
96
+ return this.size() < 1
97
+ }
98
+ });
99
+
100
+ //
101
+ // jQuery Template
102
+ //
103
+ $.template.regx.standard = /\#\{([\w-]+)(?:\:([\w\.]*)(?:\((.*?)?\))?)?\}/g;
104
+
105
+ //
106
+ // Behaviour Initializers
107
+ //
108
+ $.extend({
109
+ initializers: [],
110
+
111
+ add_initializer: function(name, query, initializer){
112
+ this.initializers.push({name: name + '_init', query: query, initializer: initializer});
113
+ },
114
+
115
+ initialize: function() {
116
+ $($.initializers).each(function() {
117
+ var _this = this;
118
+ $(this.query).each(function(){
119
+ var e = $(this);
120
+ if(!e.data(_this.name)){
121
+ e.data(_this.name, true);
122
+ _this.initializer.apply($(this));
123
+ }
124
+ });
125
+ });
126
+ }
127
+ });
128
+
129
+ $(function(){
130
+ $.initialize();
131
+ });
132
+ $(document).ajaxSuccess(function(){
133
+ $.initialize();
134
+ });
135
+
136
+ //
137
+ // link_to
138
+ //
139
+ $.fn.extend({
140
+ link_to: function(options) {
141
+ options = $.extend({url: $(this).attr('href'), method: 'get'}, options);
142
+ options.method = options.method.toLowerCase();
143
+ // if(options.method == 'put' || options.method == 'delete') options.method = 'post';
144
+ try{
145
+ if(options.ajax){
146
+ var data = {
147
+ _method: options.method,
148
+ target: $(this).identify()
149
+ };
150
+ if(options.method != 'get') data.authenticity_token = $.authenticity_token;
151
+ $.ajax({
152
+ data: $.param(data),
153
+ dataType: 'script',
154
+ type: options.method,
155
+ url: options.url
156
+ });
157
+ }else{
158
+ var url = $(this).attr('href');
159
+ var form = $("<form method='POST'>").attr("action", options.url);
160
+ var params = {'authenticity_token': $.authenticity_token, '_method': options.method}
161
+ $.each(params, function(name, value) {
162
+ $("<input type='hidden'>").attr("name", name).attr("value", value).appendTo(form);
163
+ });
164
+ form.appendTo("body");
165
+ form.submit();
166
+ }
167
+ }catch(e){console.log(e)};
168
+ }
169
+ });
170
+ // it doesn't works
171
+ // $(document).ajaxError(function (e, r, o, e) {
172
+ // console.log(e);
173
+ // });
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-ext
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexey Petrushin
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-12-27 00:00:00 +03:00
12
+ date: 2009-12-29 00:00:00 +03:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -34,39 +34,6 @@ files:
34
34
  - Rakefile
35
35
  - README.rdoc
36
36
  - .gitignore
37
- - lib/rails_ext/action_controller.rb
38
- - lib/rails_ext/action_controller_ext.rb
39
- - lib/rails_ext/action_view.rb
40
- - lib/rails_ext/active_record.rb
41
- - lib/rails_ext/active_record_ext.rb
42
- - lib/rails_ext/basic.rb
43
- - lib/rails_ext/common_helper.rb
44
- - lib/rails_ext/config_files/safe_hash.rb
45
- - lib/rails_ext/config_files.rb
46
- - lib/rails_ext/create_public_symlinks.rb
47
- - lib/rails_ext/defer_javascript.rb
48
- - lib/rails_ext/email_config.rb
49
- - lib/rails_ext/global_path_prefix.rb
50
- - lib/rails_ext/hacks/ajax_flash.rb
51
- - lib/rails_ext/hacks/ajax_redirect_to.rb
52
- - lib/rails_ext/hacks/defer_javascript.rb
53
- - lib/rails_ext/hacks/global_path_prefix.rb
54
- - lib/rails_ext/hacks/link_to.rb
55
- - lib/rails_ext/hacks/merge_default_scope.rb
56
- - lib/rails_ext/hacks/persistent_params.rb
57
- - lib/rails_ext/hacks/rjs_layout.rb
58
- - lib/rails_ext/handy_environment.rb
59
- - lib/rails_ext/i18n_helper.rb
60
- - lib/rails_ext/merge_default_scope/hash_poser.rb
61
- - lib/rails_ext/merge_default_scope.rb
62
- - lib/rails_ext/model.rb
63
- - lib/rails_ext/persistent_params.rb
64
- - lib/rails_ext/redirect_helper.rb
65
- - lib/rails_ext/reload_page.rb
66
- - lib/rails_ext/user_error.rb
67
- - lib/rails_ext.rb
68
- - spec/safe_hash_spec.rb
69
- - spec/spec.opts
70
37
  - .git/COMMIT_EDITMSG
71
38
  - .git/config
72
39
  - .git/description
@@ -88,14 +55,18 @@ files:
88
55
  - .git/logs/refs/remotes/origin/master
89
56
  - .git/objects/02/469b717b4bd61ad27a3fe664ce0646a8325399
90
57
  - .git/objects/06/c3225bad9d5b80e7b3bde79ff3c2da591722bf
58
+ - .git/objects/07/9ef6b10f536af792f4cf5d131857baa28751e7
91
59
  - .git/objects/07/f7d26527e58caa2fa99e33b29a7791b9eb8b3e
92
60
  - .git/objects/09/20505d42c0044b31ff7b1f86cec6e282e13414
93
61
  - .git/objects/0b/e101a0586410212b4ee5905881ad726b7b4907
94
62
  - .git/objects/10/bfe1230b9d96e23600091cc8b4b9d378068101
95
63
  - .git/objects/13/882df4f2ef911454bf3b69a85742b372723366
64
+ - .git/objects/15/351f2f81548a7a0d9c4a6690894a42262fb7f5
96
65
  - .git/objects/15/3f845625a0f605a2a35487a32038d0349bc386
66
+ - .git/objects/18/17673317d63a90369c9f7abdc6f0113f42050f
97
67
  - .git/objects/18/77033b90ed3dd55a3034b7e3ca1c5c9f66868d
98
68
  - .git/objects/19/1f68644a3646d774f2546c4cd49ac7d66f4cc2
69
+ - .git/objects/1c/7fd48742e76d2cd6605e1a569e65e79ddd8f92
99
70
  - .git/objects/1d/d49713de2942dc974e55adc3684f55b2b817e2
100
71
  - .git/objects/1e/6374b23c71a07b0e414e80912fd45503bd3daf
101
72
  - .git/objects/29/7a2c413b11f78b69dd8caa4f334c9536088f8a
@@ -103,15 +74,20 @@ files:
103
74
  - .git/objects/2a/04524c8458b2d0cd9bcec579f9d54368a9d35f
104
75
  - .git/objects/2d/043376f1bc26b2dad3e79fc72ea14341ea437d
105
76
  - .git/objects/2e/3e3fc8e46949a9b944da3c36207c444aa2c9b7
77
+ - .git/objects/2e/f02adc5485c579d75dfacf7034b20760f2fdf4
106
78
  - .git/objects/30/69d4978bbdfacf4402c4339438b29657275f2c
79
+ - .git/objects/36/66d56066f3aeb0f9fc342de42f25e298341a61
107
80
  - .git/objects/36/9902ca51d5820a02ccccbf1cac6ed09051941d
108
81
  - .git/objects/3a/03b9d44de43472689300120ffb2a0a9a74f27f
109
82
  - .git/objects/3a/797683953be7e6d0ffa0e34514f3e8e9c3ceb0
110
83
  - .git/objects/3f/3db6bb5a5204ae58e303959c4c0da3a70d8b35
111
84
  - .git/objects/40/215c0554202fc46dc2fca94ed21e2920ce1e84
85
+ - .git/objects/40/7adfb7f6188b0bb0b88cf9391943e1aaa32374
112
86
  - .git/objects/4b/2bdb2dc6330ba9bafd9058ec8eaa925ef53f91
113
87
  - .git/objects/4d/991a018b0c697fa119efe7aaf55df0a1c7af8e
88
+ - .git/objects/4f/2c09cf4d187a86ce37983eb76211ebabdb45d0
114
89
  - .git/objects/4f/fa8f1c9b7e3fdbb23ab600722d1011dcb48cec
90
+ - .git/objects/53/8aca7c60ef3cdfde25d4698e8e133ce18e512e
115
91
  - .git/objects/55/d1f1efc344266d472094b1fd2f247b97de1c8b
116
92
  - .git/objects/57/8a722fd66124331e07123e3a0de2b6b50a581b
117
93
  - .git/objects/59/0ef6ba9931d75fbddc7a940044dbaaa50efc76
@@ -125,6 +101,8 @@ files:
125
101
  - .git/objects/71/e6b43e9d41f9903992fd86d483b7d3e4dd28cd
126
102
  - .git/objects/75/d0b250bcdf241d981313b1d6eb153b96e4b05f
127
103
  - .git/objects/7d/978ee312ca2119dc84e40431182b8f68e42f53
104
+ - .git/objects/7e/ca6f113845c2dcdf536daa084349445d608879
105
+ - .git/objects/85/eee9f4c1a6f710ed87bf28a0531275777f8848
128
106
  - .git/objects/87/fc827fd223cac6b4e55d823a9ea86bb0726a3b
129
107
  - .git/objects/8d/4dcde8df4da8f53f5f5313757b907e9aa1af66
130
108
  - .git/objects/8e/69b6cf3ec8b49270091b4a206ccf326679dc20
@@ -136,34 +114,44 @@ files:
136
114
  - .git/objects/ac/92bcf6c74d23824c3c7ce341f667507592c7f9
137
115
  - .git/objects/b0/2c48116db702256abf27fab4236c84bd2d2dbc
138
116
  - .git/objects/b0/39fcd38009980eb74d6bcef22d11e02639a530
117
+ - .git/objects/b1/2623653bc803aeab5b77efdc72f79fb8f9c80e
139
118
  - .git/objects/b2/cd852090540d0b2450b901397edd924d8c0ba9
140
119
  - .git/objects/b4/228251babf3a84ac181d462fdd383816bd23b8
141
120
  - .git/objects/b5/edd343ceb8e87d1a73922612aec210b393f839
121
+ - .git/objects/b7/88e3ac322b164a2a223f80f8a6da0836d9d1dd
142
122
  - .git/objects/bb/23236d2e8340087cc495c66310e6eb90d6fe0a
143
123
  - .git/objects/bc/90a06dd2f2257e8da49989738db5747e2b78d8
144
124
  - .git/objects/bd/eab0ec8a914cdd8c9341340191c116a4bf2d3e
145
125
  - .git/objects/c0/724bc45e241d336d6376f14d9b258c2e4744d4
146
126
  - .git/objects/c1/3cf3c2ea85ec40544fe31702b2cfe6091aed6e
147
127
  - .git/objects/c5/64ac68ebc8e0db7a6355a45f3299829ef2a825
128
+ - .git/objects/c7/a9ce2f4c2230143a30c77952c14ddf6507f511
148
129
  - .git/objects/ca/c13b06411cdb70ac35d51ecf9efb0907645bd1
130
+ - .git/objects/cd/cf979816bbea77b6000145a1e23921553bf497
149
131
  - .git/objects/d1/38a420782e818f3f87c6c8c0a0a135639a30d9
150
132
  - .git/objects/d2/85be6e2891e063625d4904c9bcca42bf6f0b83
151
133
  - .git/objects/d4/1e2336bcd3ce3d09a9fa6c3af3270c29bd8457
152
134
  - .git/objects/d5/86dc7698c6ec37db86e9f36a16bd671e0005ab
153
135
  - .git/objects/d5/a2b441718a88aa08fa937352a6d80319bc91c0
136
+ - .git/objects/de/10bee1e91cfbd53ccaa073aada68cbfeac22d8
154
137
  - .git/objects/e0/d8e7ab5a565d95d44f2a9a6246be6003a3de7b
155
138
  - .git/objects/e2/bc2615d3aa154bba2897c562a15ed19136d518
156
139
  - .git/objects/e3/a7cacb84225125a2bc91b42394e7de7de7b205
157
140
  - .git/objects/e3/cde2715e3e3870a5d7312cac9bbf6e24259e0f
158
141
  - .git/objects/e4/d7cacac2d7e66df5a7c21eaae71c0a90f1439d
159
142
  - .git/objects/e7/f4b26a3258b7788ffe2665773387e19c01095a
143
+ - .git/objects/e8/0a14e4bfbbd08f0fee02bc492dc25d22dfed18
144
+ - .git/objects/e8/0fdfb7dcc3e47a97e3400d4a66739e8c9816c2
145
+ - .git/objects/e8/8c08dea8850c34f14a6cb67660174d186f9e0a
160
146
  - .git/objects/ea/50407bf8daef694d22268540dd55eb3a739bad
161
147
  - .git/objects/eb/9701e2dbe8fb606315f9514d789188160bdd67
162
148
  - .git/objects/ee/ccaf0d272346a1dcc672a4131ba692a0027049
149
+ - .git/objects/f0/af2f0e63f924f45e55af90e691f3588552ffc9
163
150
  - .git/objects/f2/196f15b2d432b2a2d641aed4ae5afe7190edb9
164
151
  - .git/objects/f3/3573a82a9e7dbf9bc7f5b3feded4c223701d1f
165
152
  - .git/objects/f3/7784042bc99c16c02fd104dda82aafa42d4c9c
166
153
  - .git/objects/f5/91a5c39e03e2102c9101db957b48c8c76e194c
154
+ - .git/objects/f6/3ad03a8daa1602df63aab3838947c18fa63797
167
155
  - .git/objects/f9/8d0f95460a7a3f63ab4c08ad5508fd32d1b5c2
168
156
  - .git/objects/pack/pack-c7edd4d292858ed6a37a55c1b6ceb35f65f4587e.idx
169
157
  - .git/objects/pack/pack-c7edd4d292858ed6a37a55c1b6ceb35f65f4587e.pack
@@ -171,6 +159,41 @@ files:
171
159
  - .git/refs/heads/master
172
160
  - .git/refs/remotes/origin/HEAD
173
161
  - .git/refs/remotes/origin/master
162
+ - lib/rails_ext/action_controller.rb
163
+ - lib/rails_ext/action_controller_ext.rb
164
+ - lib/rails_ext/action_view.rb
165
+ - lib/rails_ext/active_record.rb
166
+ - lib/rails_ext/active_record_ext.rb
167
+ - lib/rails_ext/basic.rb
168
+ - lib/rails_ext/common_helper.rb
169
+ - lib/rails_ext/config_files/safe_hash.rb
170
+ - lib/rails_ext/config_files.rb
171
+ - lib/rails_ext/create_public_symlinks.rb
172
+ - lib/rails_ext/defer_javascript.rb
173
+ - lib/rails_ext/email_config.rb
174
+ - lib/rails_ext/global_path_prefix.rb
175
+ - lib/rails_ext/hacks/ajax_flash.rb
176
+ - lib/rails_ext/hacks/ajax_redirect_to.rb
177
+ - lib/rails_ext/hacks/defer_javascript.rb
178
+ - lib/rails_ext/hacks/global_path_prefix.rb
179
+ - lib/rails_ext/hacks/link_to.rb
180
+ - lib/rails_ext/hacks/merge_default_scope.rb
181
+ - lib/rails_ext/hacks/persistent_params.rb
182
+ - lib/rails_ext/hacks/rjs_layout.rb
183
+ - lib/rails_ext/handy_environment.rb
184
+ - lib/rails_ext/i18n_helper.rb
185
+ - lib/rails_ext/merge_default_scope/hash_poser.rb
186
+ - lib/rails_ext/merge_default_scope.rb
187
+ - lib/rails_ext/model.rb
188
+ - lib/rails_ext/persistent_params.rb
189
+ - lib/rails_ext/redirect_helper.rb
190
+ - lib/rails_ext/reload_page.rb
191
+ - lib/rails_ext/user_error.rb
192
+ - lib/rails_ext.rb
193
+ - spec/safe_hash_spec.rb
194
+ - spec/spec.opts
195
+ - public/rails_ext/rails_ext.css
196
+ - public/rails_ext/rails_ext.js
174
197
  has_rdoc: true
175
198
  homepage: http://www.bos-tec.com
176
199
  licenses: []