it-logica-application-backbone 1.4.7 → 1.4.8

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.4.7
1
+ 1.4.8
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "it-logica-application-backbone"
8
- s.version = "1.4.7"
8
+ s.version = "1.4.8"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Ladas"]
12
- s.date = "2013-11-13"
12
+ s.date = "2014-05-06"
13
13
  s.description = "longer description of your gem"
14
14
  s.email = "ladislav.smola@it-logica.cz"
15
15
  s.extra_rdoc_files = [
@@ -53,7 +53,7 @@ module ModelMixins
53
53
  summarized_paged_cols = []
54
54
  summarized_all_cols = []
55
55
 
56
- if settings[:template].blank?
56
+ if settings[:template].blank? || settings[:standard_query_processing]
57
57
  # initialize another_global_formats,another_formats and column_methods
58
58
  another_global_formats = []
59
59
  another_formats = []
@@ -223,6 +223,13 @@ class TableSettings
223
223
  self
224
224
  end
225
225
 
226
+ ##
227
+ # Rendering template je udelano s RIGHT OUTER JOIN (nevim proc)
228
+ # Pokud to chci v renderovani template jako normalne (kdyz zadnou nezadam), musim nastavit toto
229
+ def standard_query_processing(aBool = true)
230
+ @settings[:standard_query_processing] = aBool
231
+ end
232
+
226
233
  def includes(options)
227
234
  @settings[:includes] = options
228
235
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: it-logica-application-backbone
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.7
4
+ version: 1.4.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-11-13 00:00:00.000000000 Z
12
+ date: 2014-05-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: htmlentities
@@ -467,7 +467,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
467
467
  version: '0'
468
468
  segments:
469
469
  - 0
470
- hash: -4211157109982393394
470
+ hash: -4158688072233586380
471
471
  required_rubygems_version: !ruby/object:Gem::Requirement
472
472
  none: false
473
473
  requirements: