UrlCounter 0.1.8 → 0.1.9
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.
- checksums.yaml +4 -4
 - data/.idea/workspace.xml +72 -11
 - data/Gemfile.lock +1 -1
 - data/lib/UrlCounter/version.rb +1 -1
 - data/lib/generators/mongoid/counter_generator.rb +22 -2
 - metadata +1 -1
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA1:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: 8c6b10c95936e60d430ef29aa3a6d5c0c5022442
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 670cb982697014480975cc9dc60fc3226b1da6a7
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 59bb72f64191159baf04de38b12b1dc045c5674f57b1570455787b8ceb555e2ef00ae680a1d5bb60f8763649394b59d0b77363079e6c1eabff2b41073c0ff955
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: 7f51fe293d64bddc90ed32254784bf1506b68a4b1344bc189b6f3db4af65c283e0c3d4c333b6474860ec9c48bba1dee2f47051b5e446d82c80856493cff0efbb
         
     | 
    
        data/.idea/workspace.xml
    CHANGED
    
    | 
         @@ -2,8 +2,9 @@ 
     | 
|
| 
       2 
2 
     | 
    
         
             
            <project version="4">
         
     | 
| 
       3 
3 
     | 
    
         
             
              <component name="ChangeListManager">
         
     | 
| 
       4 
4 
     | 
    
         
             
                <list default="true" id="69f474a6-512c-49ef-bc58-ec4ee0071e38" name="Default" comment="">
         
     | 
| 
       5 
     | 
    
         
            -
                  <change type=" 
     | 
| 
      
 5 
     | 
    
         
            +
                  <change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
         
     | 
| 
       6 
6 
     | 
    
         
             
                  <change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/UrlCounter/version.rb" afterPath="$PROJECT_DIR$/lib/UrlCounter/version.rb" />
         
     | 
| 
      
 7 
     | 
    
         
            +
                  <change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/generators/mongoid/counter_generator.rb" afterPath="$PROJECT_DIR$/lib/generators/mongoid/counter_generator.rb" />
         
     | 
| 
       7 
8 
     | 
    
         
             
                </list>
         
     | 
| 
       8 
9 
     | 
    
         
             
                <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
         
     | 
| 
       9 
10 
     | 
    
         
             
                <option name="TRACKING_ENABLED" value="true" />
         
     | 
| 
         @@ -80,8 +81,8 @@ 
     | 
|
| 
       80 
81 
     | 
    
         
             
                  <file leaf-file-name="counter_generator.rb" pinned="false" current-in-tab="false">
         
     | 
| 
       81 
82 
     | 
    
         
             
                    <entry file="file://$PROJECT_DIR$/lib/generators/mongoid/counter_generator.rb">
         
     | 
| 
       82 
83 
     | 
    
         
             
                      <provider selected="true" editor-type-id="text-editor">
         
     | 
| 
       83 
     | 
    
         
            -
                        <state relative-caret-position=" 
     | 
| 
       84 
     | 
    
         
            -
                          <caret line=" 
     | 
| 
      
 84 
     | 
    
         
            +
                        <state relative-caret-position="493">
         
     | 
| 
      
 85 
     | 
    
         
            +
                          <caret line="29" column="0" lean-forward="true" selection-start-line="29" selection-start-column="0" selection-end-line="29" selection-end-column="0" />
         
     | 
| 
       85 
86 
     | 
    
         
             
                          <folding />
         
     | 
| 
       86 
87 
     | 
    
         
             
                        </state>
         
     | 
| 
       87 
88 
     | 
    
         
             
                      </provider>
         
     | 
| 
         @@ -136,6 +137,7 @@ 
     | 
|
| 
       136 
137 
     | 
    
         
             
                  <foldersAlwaysOnTop value="true" />
         
     | 
| 
       137 
138 
     | 
    
         
             
                </navigator>
         
     | 
| 
       138 
139 
     | 
    
         
             
                <panes>
         
     | 
| 
      
 140 
     | 
    
         
            +
                  <pane id="Scratches" />
         
     | 
| 
       139 
141 
     | 
    
         
             
                  <pane id="ProjectPane">
         
     | 
| 
       140 
142 
     | 
    
         
             
                    <subPane>
         
     | 
| 
       141 
143 
     | 
    
         
             
                      <expand>
         
     | 
| 
         @@ -175,7 +177,6 @@ 
     | 
|
| 
       175 
177 
     | 
    
         
             
                      <select />
         
     | 
| 
       176 
178 
     | 
    
         
             
                    </subPane>
         
     | 
| 
       177 
179 
     | 
    
         
             
                  </pane>
         
     | 
| 
       178 
     | 
    
         
            -
                  <pane id="Scratches" />
         
     | 
| 
       179 
180 
     | 
    
         
             
                  <pane id="Scope" />
         
     | 
| 
       180 
181 
     | 
    
         
             
                </panes>
         
     | 
| 
       181 
182 
     | 
    
         
             
              </component>
         
     | 
| 
         @@ -214,12 +215,13 @@ 
     | 
|
| 
       214 
215 
     | 
    
         
             
                  <updated>1512413459007</updated>
         
     | 
| 
       215 
216 
     | 
    
         
             
                  <workItem from="1512413462087" duration="9763000" />
         
     | 
| 
       216 
217 
     | 
    
         
             
                  <workItem from="1512484040999" duration="455000" />
         
     | 
| 
       217 
     | 
    
         
            -
                  <workItem from="1512484567036" duration=" 
     | 
| 
      
 218 
     | 
    
         
            +
                  <workItem from="1512484567036" duration="2180000" />
         
     | 
| 
      
 219 
     | 
    
         
            +
                  <workItem from="1512488071080" duration="1090000" />
         
     | 
| 
       218 
220 
     | 
    
         
             
                </task>
         
     | 
| 
       219 
221 
     | 
    
         
             
                <servers />
         
     | 
| 
       220 
222 
     | 
    
         
             
              </component>
         
     | 
| 
       221 
223 
     | 
    
         
             
              <component name="TimeTrackingManager">
         
     | 
| 
       222 
     | 
    
         
            -
                <option name="totallyTimeSpent" value=" 
     | 
| 
      
 224 
     | 
    
         
            +
                <option name="totallyTimeSpent" value="13488000" />
         
     | 
| 
       223 
225 
     | 
    
         
             
              </component>
         
     | 
| 
       224 
226 
     | 
    
         
             
              <component name="ToolWindowManager">
         
     | 
| 
       225 
227 
     | 
    
         
             
                <frame x="1358" y="-8" width="1936" height="1056" extended-state="6" />
         
     | 
| 
         @@ -229,19 +231,19 @@ 
     | 
|
| 
       229 
231 
     | 
    
         
             
                  <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
         
     | 
| 
       230 
232 
     | 
    
         
             
                  <window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="true" content_ui="tabs" />
         
     | 
| 
       231 
233 
     | 
    
         
             
                  <window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
         
     | 
| 
       232 
     | 
    
         
            -
                  <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.3287879" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
         
     | 
| 
       233 
234 
     | 
    
         
             
                  <window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
         
     | 
| 
       234 
     | 
    
         
            -
                  <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.19753087" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
         
     | 
| 
       235 
235 
     | 
    
         
             
                  <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
         
     | 
| 
       236 
236 
     | 
    
         
             
                  <window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
         
     | 
| 
       237 
237 
     | 
    
         
             
                  <window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="true" content_ui="tabs" />
         
     | 
| 
       238 
     | 
    
         
            -
                  <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
         
     | 
| 
       239 
238 
     | 
    
         
             
                  <window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
         
     | 
| 
       240 
239 
     | 
    
         
             
                  <window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
         
     | 
| 
       241 
240 
     | 
    
         
             
                  <window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
         
     | 
| 
       242 
241 
     | 
    
         
             
                  <window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
         
     | 
| 
      
 242 
     | 
    
         
            +
                  <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.19753087" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
         
     | 
| 
       243 
243 
     | 
    
         
             
                  <window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
         
     | 
| 
      
 244 
     | 
    
         
            +
                  <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.3287879" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
         
     | 
| 
       244 
245 
     | 
    
         
             
                  <window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
         
     | 
| 
      
 246 
     | 
    
         
            +
                  <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
         
     | 
| 
       245 
247 
     | 
    
         
             
                </layout>
         
     | 
| 
       246 
248 
     | 
    
         
             
              </component>
         
     | 
| 
       247 
249 
     | 
    
         
             
              <component name="TypeScriptGeneratedFilesManager">
         
     | 
| 
         @@ -255,6 +257,65 @@ 
     | 
|
| 
       255 
257 
     | 
    
         
             
                <watches-manager />
         
     | 
| 
       256 
258 
     | 
    
         
             
              </component>
         
     | 
| 
       257 
259 
     | 
    
         
             
              <component name="editorHistoryManager">
         
     | 
| 
      
 260 
     | 
    
         
            +
                <entry file="file://$PROJECT_DIR$/README.md">
         
     | 
| 
      
 261 
     | 
    
         
            +
                  <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
         
     | 
| 
      
 262 
     | 
    
         
            +
                    <state split_layout="SPLIT">
         
     | 
| 
      
 263 
     | 
    
         
            +
                      <first_editor relative-caret-position="68">
         
     | 
| 
      
 264 
     | 
    
         
            +
                        <caret line="4" column="0" lean-forward="false" selection-start-line="4" selection-start-column="0" selection-end-line="4" selection-end-column="0" />
         
     | 
| 
      
 265 
     | 
    
         
            +
                        <folding />
         
     | 
| 
      
 266 
     | 
    
         
            +
                      </first_editor>
         
     | 
| 
      
 267 
     | 
    
         
            +
                      <second_editor />
         
     | 
| 
      
 268 
     | 
    
         
            +
                    </state>
         
     | 
| 
      
 269 
     | 
    
         
            +
                  </provider>
         
     | 
| 
      
 270 
     | 
    
         
            +
                </entry>
         
     | 
| 
      
 271 
     | 
    
         
            +
                <entry file="file://$PROJECT_DIR$/Gemfile">
         
     | 
| 
      
 272 
     | 
    
         
            +
                  <provider selected="true" editor-type-id="text-editor">
         
     | 
| 
      
 273 
     | 
    
         
            +
                    <state relative-caret-position="119">
         
     | 
| 
      
 274 
     | 
    
         
            +
                      <caret line="7" column="0" lean-forward="false" selection-start-line="7" selection-start-column="0" selection-end-line="7" selection-end-column="0" />
         
     | 
| 
      
 275 
     | 
    
         
            +
                      <folding />
         
     | 
| 
      
 276 
     | 
    
         
            +
                    </state>
         
     | 
| 
      
 277 
     | 
    
         
            +
                  </provider>
         
     | 
| 
      
 278 
     | 
    
         
            +
                </entry>
         
     | 
| 
      
 279 
     | 
    
         
            +
                <entry file="file://$PROJECT_DIR$/.gitignore">
         
     | 
| 
      
 280 
     | 
    
         
            +
                  <provider selected="true" editor-type-id="text-editor">
         
     | 
| 
      
 281 
     | 
    
         
            +
                    <state relative-caret-position="136">
         
     | 
| 
      
 282 
     | 
    
         
            +
                      <caret line="8" column="5" lean-forward="false" selection-start-line="8" selection-start-column="5" selection-end-line="8" selection-end-column="5" />
         
     | 
| 
      
 283 
     | 
    
         
            +
                      <folding />
         
     | 
| 
      
 284 
     | 
    
         
            +
                    </state>
         
     | 
| 
      
 285 
     | 
    
         
            +
                  </provider>
         
     | 
| 
      
 286 
     | 
    
         
            +
                </entry>
         
     | 
| 
      
 287 
     | 
    
         
            +
                <entry file="file://$PROJECT_DIR$/UrlCounter.gemspec">
         
     | 
| 
      
 288 
     | 
    
         
            +
                  <provider selected="true" editor-type-id="text-editor">
         
     | 
| 
      
 289 
     | 
    
         
            +
                    <state relative-caret-position="204">
         
     | 
| 
      
 290 
     | 
    
         
            +
                      <caret line="12" column="65" lean-forward="false" selection-start-line="12" selection-start-column="65" selection-end-line="12" selection-end-column="65" />
         
     | 
| 
      
 291 
     | 
    
         
            +
                      <folding />
         
     | 
| 
      
 292 
     | 
    
         
            +
                    </state>
         
     | 
| 
      
 293 
     | 
    
         
            +
                  </provider>
         
     | 
| 
      
 294 
     | 
    
         
            +
                </entry>
         
     | 
| 
      
 295 
     | 
    
         
            +
                <entry file="file://$PROJECT_DIR$/lib/UrlCounter/version.rb">
         
     | 
| 
      
 296 
     | 
    
         
            +
                  <provider selected="true" editor-type-id="text-editor">
         
     | 
| 
      
 297 
     | 
    
         
            +
                    <state relative-caret-position="17">
         
     | 
| 
      
 298 
     | 
    
         
            +
                      <caret line="1" column="18" lean-forward="false" selection-start-line="1" selection-start-column="18" selection-end-line="1" selection-end-column="18" />
         
     | 
| 
      
 299 
     | 
    
         
            +
                      <folding />
         
     | 
| 
      
 300 
     | 
    
         
            +
                    </state>
         
     | 
| 
      
 301 
     | 
    
         
            +
                  </provider>
         
     | 
| 
      
 302 
     | 
    
         
            +
                </entry>
         
     | 
| 
      
 303 
     | 
    
         
            +
                <entry file="file://$PROJECT_DIR$/lib/UrlCounter.rb">
         
     | 
| 
      
 304 
     | 
    
         
            +
                  <provider selected="true" editor-type-id="text-editor">
         
     | 
| 
      
 305 
     | 
    
         
            +
                    <state relative-caret-position="34">
         
     | 
| 
      
 306 
     | 
    
         
            +
                      <caret line="2" column="17" lean-forward="false" selection-start-line="2" selection-start-column="17" selection-end-line="2" selection-end-column="17" />
         
     | 
| 
      
 307 
     | 
    
         
            +
                      <folding />
         
     | 
| 
      
 308 
     | 
    
         
            +
                    </state>
         
     | 
| 
      
 309 
     | 
    
         
            +
                  </provider>
         
     | 
| 
      
 310 
     | 
    
         
            +
                </entry>
         
     | 
| 
      
 311 
     | 
    
         
            +
                <entry file="file://$PROJECT_DIR$/lib/generators/mongoid/counter_generator.rb">
         
     | 
| 
      
 312 
     | 
    
         
            +
                  <provider selected="true" editor-type-id="text-editor">
         
     | 
| 
      
 313 
     | 
    
         
            +
                    <state relative-caret-position="153">
         
     | 
| 
      
 314 
     | 
    
         
            +
                      <caret line="9" column="0" lean-forward="true" selection-start-line="9" selection-start-column="0" selection-end-line="9" selection-end-column="0" />
         
     | 
| 
      
 315 
     | 
    
         
            +
                      <folding />
         
     | 
| 
      
 316 
     | 
    
         
            +
                    </state>
         
     | 
| 
      
 317 
     | 
    
         
            +
                  </provider>
         
     | 
| 
      
 318 
     | 
    
         
            +
                </entry>
         
     | 
| 
       258 
319 
     | 
    
         
             
                <entry file="file://$PROJECT_DIR$/README.md">
         
     | 
| 
       259 
320 
     | 
    
         
             
                  <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
         
     | 
| 
       260 
321 
     | 
    
         
             
                    <state split_layout="SPLIT">
         
     | 
| 
         @@ -425,8 +486,8 @@ 
     | 
|
| 
       425 
486 
     | 
    
         
             
                </entry>
         
     | 
| 
       426 
487 
     | 
    
         
             
                <entry file="file://$PROJECT_DIR$/lib/generators/mongoid/counter_generator.rb">
         
     | 
| 
       427 
488 
     | 
    
         
             
                  <provider selected="true" editor-type-id="text-editor">
         
     | 
| 
       428 
     | 
    
         
            -
                    <state relative-caret-position=" 
     | 
| 
       429 
     | 
    
         
            -
                      <caret line=" 
     | 
| 
      
 489 
     | 
    
         
            +
                    <state relative-caret-position="493">
         
     | 
| 
      
 490 
     | 
    
         
            +
                      <caret line="29" column="0" lean-forward="true" selection-start-line="29" selection-start-column="0" selection-end-line="29" selection-end-column="0" />
         
     | 
| 
       430 
491 
     | 
    
         
             
                      <folding />
         
     | 
| 
       431 
492 
     | 
    
         
             
                    </state>
         
     | 
| 
       432 
493 
     | 
    
         
             
                  </provider>
         
     | 
    
        data/Gemfile.lock
    CHANGED
    
    
    
        data/lib/UrlCounter/version.rb
    CHANGED
    
    
| 
         @@ -1,8 +1,28 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            module Mongoid
         
     | 
| 
       2 
2 
     | 
    
         
             
              module Generators
         
     | 
| 
       3 
3 
     | 
    
         
             
                class CounterGenerator < Rails::Generators::Base
         
     | 
| 
       4 
     | 
    
         
            -
                   
     | 
| 
       5 
     | 
    
         
            -
             
     | 
| 
      
 4 
     | 
    
         
            +
                  include Rails::Generators::Migration
         
     | 
| 
      
 5 
     | 
    
         
            +
                  source_root File.expand_path('../templates', __FILE__)
         
     | 
| 
      
 6 
     | 
    
         
            +
                  require 'rails/generators/migration'
         
     | 
| 
      
 7 
     | 
    
         
            +
             
     | 
| 
      
 8 
     | 
    
         
            +
                  def self.next_migration_number path
         
     | 
| 
      
 9 
     | 
    
         
            +
                    unless @prev_migration_nr
         
     | 
| 
      
 10 
     | 
    
         
            +
                      @prev_migration_nr = Time.now.utc.strftime("%Y%m%d%H%M%S").to_i
         
     | 
| 
      
 11 
     | 
    
         
            +
                    else
         
     | 
| 
      
 12 
     | 
    
         
            +
                      @prev_migration_nr += 1
         
     | 
| 
      
 13 
     | 
    
         
            +
                    end
         
     | 
| 
      
 14 
     | 
    
         
            +
                    @prev_migration_nr.to_s
         
     | 
| 
      
 15 
     | 
    
         
            +
                  end
         
     | 
| 
      
 16 
     | 
    
         
            +
             
     | 
| 
      
 17 
     | 
    
         
            +
                  def create_initializer_file
         
     | 
| 
      
 18 
     | 
    
         
            +
                    template 'initializer.rb', 'config/initializers/mailboxer.rb'
         
     | 
| 
      
 19 
     | 
    
         
            +
                  end
         
     | 
| 
      
 20 
     | 
    
         
            +
             
     | 
| 
      
 21 
     | 
    
         
            +
                  def copy_migrations
         
     | 
| 
      
 22 
     | 
    
         
            +
                    require 'rake'
         
     | 
| 
      
 23 
     | 
    
         
            +
                    Rails.application.load_tasks
         
     | 
| 
      
 24 
     | 
    
         
            +
                    Rake::Task['railties:install:migrations'].reenable
         
     | 
| 
      
 25 
     | 
    
         
            +
                    Rake::Task['mailboxer_engine:install:migrations'].invoke
         
     | 
| 
       6 
26 
     | 
    
         
             
                  end
         
     | 
| 
       7 
27 
     | 
    
         
             
                end
         
     | 
| 
       8 
28 
     | 
    
         
             
              end
         
     |