Skip to content

Commit

Permalink
Deploying to gh-pages - 06:01:48
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl committed Dec 13, 2023
1 parent 8585e6f commit ae217bf
Show file tree
Hide file tree
Showing 392 changed files with 3,705 additions and 2,828 deletions.
14 changes: 7 additions & 7 deletions snapshot/guide/GORM.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

gtag('config', 'UA-82213539-2');
</script>
<title>7 Object Relational Mapping (GORM) 4.0.13</title>
<title>7 Object Relational Mapping (GORM) 5.0.1</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen, print" title="Style" charset="utf-8"/>
<link rel="stylesheet" href="../css/pdf.css" type="text/css" media="print" title="PDF" charset="utf-8"/>
Expand Down Expand Up @@ -44,7 +44,7 @@
<div class="toc-item" style="margin-left:0"><a href="../guide/gettingStarted.html"><strong>2</strong><span>Getting Started</span></a>
</div>

<div class="toc-item" style="margin-left:0"><a href="../guide/upgrading.html"><strong>3</strong><span>Upgrading from Grails 3.3.x</span></a>
<div class="toc-item" style="margin-left:0"><a href="../guide/upgrading.html"><strong>3</strong><span>Upgrading from the previous versions</span></a>
</div>

<div class="toc-item" style="margin-left:0"><a href="../guide/conf.html"><strong>4</strong><span>Configuration</span></a>
Expand Down Expand Up @@ -135,7 +135,7 @@
<div class="project">
<h1>7 Object Relational Mapping (GORM)</h1>

<p><strong>Version:</strong> 4.0.13</p>
<p><strong>Version:</strong> 5.0.1</p>
</div>


Expand All @@ -159,7 +159,7 @@ <h2>Table of Contents</h2>
<h1 id="GORM">7 Object Relational Mapping (GORM)</h1>

<div class='contribute-btn'>
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/grails/grails-doc/edit/4.0.x/src/en/guide/GORM.adoc"'>
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/grails/grails-doc/edit/master/src/en/guide/GORM.adoc"'>
<i class='fa fa-pencil-square-o'></i> Improve this doc
</button>
</div>
Expand Down Expand Up @@ -189,7 +189,7 @@ <h1 id="GORM">7 Object Relational Mapping (GORM)</h1>
<h2 id="quickStartGuide">7.1 Quick Start Guide</h2>

<div class='contribute-btn'>
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/grails/grails-doc/edit/4.0.x/src/en/guide/GORM/quickStartGuide.adoc"'>
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/grails/grails-doc/edit/master/src/en/guide/GORM/quickStartGuide.adoc"'>
<i class='fa fa-pencil-square-o'></i> Improve this doc
</button>
</div>
Expand Down Expand Up @@ -266,7 +266,7 @@ <h2 id="quickStartGuide">7.1 Quick Start Guide</h2>
<h2 id="basicCRUD">7.1.1 Basic CRUD</h2>

<div class='contribute-btn'>
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/grails/grails-doc/edit/4.0.x/src/en/guide/GORM/quickStartGuide/basicCRUD.adoc"'>
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/grails/grails-doc/edit/master/src/en/guide/GORM/quickStartGuide/basicCRUD.adoc"'>
<i class='fa fa-pencil-square-o'></i> Improve this doc
</button>
</div>
Expand Down Expand Up @@ -357,7 +357,7 @@ <h3 id="_delete">Delete</h3>
<h2 id="furtherReading">7.2 Further Reading on GORM</h2>

<div class='contribute-btn'>
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/grails/grails-doc/edit/4.0.x/src/en/guide/GORM/furtherReading.adoc"'>
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/grails/grails-doc/edit/master/src/en/guide/GORM/furtherReading.adoc"'>
<i class='fa fa-pencil-square-o'></i> Improve this doc
</button>
</div>
Expand Down
72 changes: 36 additions & 36 deletions snapshot/guide/REST.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions snapshot/guide/async.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

gtag('config', 'UA-82213539-2');
</script>
<title>11 Asynchronous Programming 4.0.13</title>
<title>11 Asynchronous Programming 5.0.1</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen, print" title="Style" charset="utf-8"/>
<link rel="stylesheet" href="../css/pdf.css" type="text/css" media="print" title="PDF" charset="utf-8"/>
Expand Down Expand Up @@ -44,7 +44,7 @@
<div class="toc-item" style="margin-left:0"><a href="../guide/gettingStarted.html"><strong>2</strong><span>Getting Started</span></a>
</div>

<div class="toc-item" style="margin-left:0"><a href="../guide/upgrading.html"><strong>3</strong><span>Upgrading from Grails 3.3.x</span></a>
<div class="toc-item" style="margin-left:0"><a href="../guide/upgrading.html"><strong>3</strong><span>Upgrading from the previous versions</span></a>
</div>

<div class="toc-item" style="margin-left:0"><a href="../guide/conf.html"><strong>4</strong><span>Configuration</span></a>
Expand Down Expand Up @@ -135,7 +135,7 @@
<div class="project">
<h1>11 Asynchronous Programming</h1>

<p><strong>Version:</strong> 4.0.13</p>
<p><strong>Version:</strong> 5.0.1</p>
</div>


Expand All @@ -145,7 +145,7 @@ <h1>11 Asynchronous Programming</h1>
<h1 id="async">11 Asynchronous Programming</h1>

<div class='contribute-btn'>
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/grails/grails-doc/edit/4.0.x/src/en/guide/async.adoc"'>
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/grails/grails-doc/edit/master/src/en/guide/async.adoc"'>
<i class='fa fa-pencil-square-o'></i> Improve this doc
</button>
</div>
Expand All @@ -171,10 +171,10 @@ <h1 id="async">11 Asynchronous Programming</h1>
</ul>
</div>
<div class="paragraph">
<p>By building ontop of these various libraries the The <a href="https://async.grails.org">Async features of Grails</a> aim to simplify concurrent programming within the framework and include the concept of Promises and a unified event model.</p>
<p>By building on top of these various libraries the <a href="https://async.grails.org">Async features of Grails</a> aim to simplify concurrent programming within the framework, include the concept of Promises, and a unified event model.</p>
</div>
<div class="paragraph">
<p>In general since the Reactive programming model is an evolving space Grails tries to provide generic support for integrating a range of asynchronous libraries and doesn&#8217;t recommend any single library as they all have various advantages and disadvantages.</p>
<p>In general, since the Reactive programming model is an evolving space, Grails tries to provide generic support for integrating a range of asynchronous libraries and doesn&#8217;t recommend any single library as they all have various advantages and disadvantages.</p>
</div>
<div class="paragraph">
<p>For more information on Asynchronous programming with Grails see the user guide for the <a href="https://async.grails.org">Grails Asynchronous Framework</a>.</p>
Expand Down
41 changes: 23 additions & 18 deletions snapshot/guide/commandLine.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

gtag('config', 'UA-82213539-2');
</script>
<title>5 The Command Line 4.0.13</title>
<title>5 The Command Line 5.0.1</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen, print" title="Style" charset="utf-8"/>
<link rel="stylesheet" href="../css/pdf.css" type="text/css" media="print" title="PDF" charset="utf-8"/>
Expand Down Expand Up @@ -44,7 +44,7 @@
<div class="toc-item" style="margin-left:0"><a href="../guide/gettingStarted.html"><strong>2</strong><span>Getting Started</span></a>
</div>

<div class="toc-item" style="margin-left:0"><a href="../guide/upgrading.html"><strong>3</strong><span>Upgrading from Grails 3.3.x</span></a>
<div class="toc-item" style="margin-left:0"><a href="../guide/upgrading.html"><strong>3</strong><span>Upgrading from the previous versions</span></a>
</div>

<div class="toc-item" style="margin-left:0"><a href="../guide/conf.html"><strong>4</strong><span>Configuration</span></a>
Expand Down Expand Up @@ -135,7 +135,7 @@
<div class="project">
<h1>5 The Command Line</h1>

<p><strong>Version:</strong> 4.0.13</p>
<p><strong>Version:</strong> 5.0.1</p>
</div>


Expand Down Expand Up @@ -174,7 +174,7 @@ <h2>Table of Contents</h2>
<h1 id="commandLine">5 The Command Line</h1>

<div class='contribute-btn'>
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/grails/grails-doc/edit/4.0.x/src/en/guide/commandLine.adoc"'>
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/grails/grails-doc/edit/master/src/en/guide/commandLine.adoc"'>
<i class='fa fa-pencil-square-o'></i> Improve this doc
</button>
</div>
Expand Down Expand Up @@ -322,7 +322,7 @@ <h3 id="_non_interactive_mode">non-interactive mode</h3>
<h2 id="interactiveMode">5.1 Interactive Mode</h2>

<div class='contribute-btn'>
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/grails/grails-doc/edit/4.0.x/src/en/guide/commandLine/interactiveMode.adoc"'>
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/grails/grails-doc/edit/master/src/en/guide/commandLine/interactiveMode.adoc"'>
<i class='fa fa-pencil-square-o'></i> Improve this doc
</button>
</div>
Expand Down Expand Up @@ -374,7 +374,7 @@ <h2 id="interactiveMode">5.1 Interactive Mode</h2>
<h2 id="creatingCustomScripts">5.2 Creating Custom Scripts</h2>

<div class='contribute-btn'>
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/grails/grails-doc/edit/4.0.x/src/en/guide/commandLine/creatingCustomScripts.adoc"'>
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/grails/grails-doc/edit/master/src/en/guide/commandLine/creatingCustomScripts.adoc"'>
<i class='fa fa-pencil-square-o'></i> Improve this doc
</button>
</div>
Expand Down Expand Up @@ -436,7 +436,7 @@ <h4 id="_template_generation">Template Generation</h4>
<p>Plugins and applications that need to define template generation tasks can do so using scripts. A example of this is the Scaffolding plugin which defines the <code>generate-all</code> and <code>generate-controllers</code> commands.</p>
</div>
<div class="paragraph">
<p>Every Grails script implements the <a href="http://docs.grails.org/4.0.13/api/org/grails/cli/profile/commands/templates/TemplateRenderer.html">TemplateRenderer</a> interface which makes it trivial to render templates to the users project workspace.</p>
<p>Every Grails script implements the <a href="http://docs.grails.org/5.0.1/api/org/grails/cli/profile/commands/templates/TemplateRenderer.html">TemplateRenderer</a> interface which makes it trivial to render templates to the users project workspace.</p>
</div>
<div class="paragraph">
<p>The following is an example of the <a href="../ref/Command%20Line/create-script.html">create-script</a> command written in Groovy:</p>
Expand Down Expand Up @@ -483,7 +483,7 @@ <h4 id="_template_generation">Template Generation</h4>
<div class="sect3">
<h4 id="_the_model">The "model"</h4>
<div class="paragraph">
<p>Executing the <code>model</code> method with a <code>Class</code>/<code>String</code>/<code>File</code>/<code>Resource</code> will return an instance of <a href="http://docs.grails.org/4.0.13/api/grails/codegen/model/Model.html">Model</a>. The model contains several properties that can help you generate code.</p>
<p>Executing the <code>model</code> method with a <code>Class</code>/<code>String</code>/<code>File</code>/<code>Resource</code> will return an instance of <a href="http://docs.grails.org/5.0.1/api/grails/codegen/model/Model.html">Model</a>. The model contains several properties that can help you generate code.</p>
</div>
<div class="paragraph">
<p>Example:</p>
Expand All @@ -507,15 +507,15 @@ <h4 id="_the_model">The "model"</h4>
<div class="sect3">
<h4 id="_working_with_files">Working with files</h4>
<div class="paragraph">
<p>All scripts have access to methods on the <a href="http://docs.grails.org/4.0.13/api/org/grails/cli/profile/commands/io/FileSystemInteraction.html">FileSystemInteraction</a> class. It contains helpful methods to copy, delete, and create files.</p>
<p>All scripts have access to methods on the <a href="http://docs.grails.org/5.0.1/api/org/grails/cli/profile/commands/io/FileSystemInteraction.html">FileSystemInteraction</a> class. It contains helpful methods to copy, delete, and create files.</p>
</div>
</div>


<h2 id="creatingCustomCommands">5.3 Creating Custom Commands</h2>

<div class='contribute-btn'>
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/grails/grails-doc/edit/4.0.x/src/en/guide/commandLine/creatingCustomCommands.adoc"'>
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/grails/grails-doc/edit/master/src/en/guide/commandLine/creatingCustomCommands.adoc"'>
<i class='fa fa-pencil-square-o'></i> Improve this doc
</button>
</div>
Expand Down Expand Up @@ -604,7 +604,7 @@ <h2 id="creatingCustomCommands">5.3 Creating Custom Commands</h2>
<h2 id="reusingGrailsScripts">5.4 Re-using Grails scripts</h2>

<div class='contribute-btn'>
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/grails/grails-doc/edit/4.0.x/src/en/guide/commandLine/reusingGrailsScripts.adoc"'>
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/grails/grails-doc/edit/master/src/en/guide/commandLine/reusingGrailsScripts.adoc"'>
<i class='fa fa-pencil-square-o'></i> Improve this doc
</button>
</div>
Expand Down Expand Up @@ -656,14 +656,14 @@ <h4 id="_invoking_ant">Invoking Ant</h4>
<h2 id="gradleBuild">5.5 Building with Gradle</h2>

<div class='contribute-btn'>
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/grails/grails-doc/edit/4.0.x/src/en/guide/commandLine/gradleBuild.adoc"'>
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/grails/grails-doc/edit/master/src/en/guide/commandLine/gradleBuild.adoc"'>
<i class='fa fa-pencil-square-o'></i> Improve this doc
</button>
</div>


<div class="paragraph">
<p>Grails 3.1 uses the <a href="http://gradle.org">Gradle Build System</a> for build related tasks such as compilation, runnings tests and producing binary distributions of your project. It is recommended to use Gradle 2.2 or above with Grails 3.1.</p>
<p>Since Grails 3.1 the <a href="http://gradle.org">Gradle Build System</a> is used for build related tasks such as compilation, runnings tests and producing binary distributions of your project. It is recommended to use Gradle 2.2 or above with Grails 3.1 (and higher).</p>
</div>
<div class="paragraph">
<p>The build is defined by the <code>build.gradle</code> file which specifies the version of your project, the dependencies of the project and the repositories where to find those dependencies (amongst other things).</p>
Expand All @@ -678,7 +678,7 @@ <h2 id="gradleBuild">5.5 Building with Gradle</h2>
</div>
</div>
<div class="paragraph">
<p>You can invoke Gradle directly using the <code>gradle</code> command and use your own local version of Gradle, however you will need Gradle 2.2 or above to work with Grails 3.0:</p>
<p>You can invoke Gradle directly using the <code>gradle</code> command and use your own local version of Gradle, however you will need Gradle 2.2 or above to work with Grails 3.0 (and higher):</p>
</div>
<div class="listingblock">
<div class="content">
Expand All @@ -690,7 +690,7 @@ <h2 id="gradleBuild">5.5 Building with Gradle</h2>
<h2 id="gradleDependencies">5.5.1 Defining Dependencies with Gradle</h2>

<div class='contribute-btn'>
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/grails/grails-doc/edit/4.0.x/src/en/guide/commandLine/gradleBuild/gradleDependencies.adoc"'>
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/grails/grails-doc/edit/master/src/en/guide/commandLine/gradleBuild/gradleDependencies.adoc"'>
<i class='fa fa-pencil-square-o'></i> Improve this doc
</button>
</div>
Expand Down Expand Up @@ -719,7 +719,8 @@ <h2 id="gradleDependencies">5.5.1 Defining Dependencies with Gradle</h2>
runtime <span class="string"><span class="delimiter">'</span><span class="content">org.grails.plugins:asset-pipeline</span><span class="delimiter">'</span></span>
runtime <span class="string"><span class="delimiter">'</span><span class="content">org.grails.plugins:scaffolding</span><span class="delimiter">'</span></span>

testCompile <span class="string"><span class="delimiter">'</span><span class="content">org.grails:grails-plugin-testing</span><span class="delimiter">'</span></span>
testCompile <span class="string"><span class="delimiter">&quot;</span><span class="content">org.grails:grails-gorm-testing-support</span><span class="delimiter">&quot;</span></span>
testCompile <span class="string"><span class="delimiter">&quot;</span><span class="content">org.grails:grails-web-testing-support</span><span class="delimiter">&quot;</span></span>
testCompile <span class="string"><span class="delimiter">'</span><span class="content">org.grails.plugins:geb</span><span class="delimiter">'</span></span>

<span class="comment">// Note: It is recommended to update to a more robust driver (Chrome, Firefox etc.)</span>
Expand Down Expand Up @@ -747,7 +748,7 @@ <h2 id="gradleDependencies">5.5.1 Defining Dependencies with Gradle</h2>
<h2 id="gradleTasks">5.5.2 Working with Gradle Tasks</h2>

<div class='contribute-btn'>
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/grails/grails-doc/edit/4.0.x/src/en/guide/commandLine/gradleBuild/gradleTasks.adoc"'>
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/grails/grails-doc/edit/master/src/en/guide/commandLine/gradleBuild/gradleTasks.adoc"'>
<i class='fa fa-pencil-square-o'></i> Improve this doc
</button>
</div>
Expand Down Expand Up @@ -786,6 +787,10 @@ <h2 id="gradleTasks">5.5.2 Working with Gradle Tasks</h2>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">test-app</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">check</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">test-app --unit</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">test</p></td>
</tr>
<tr>
Expand Down Expand Up @@ -838,7 +843,7 @@ <h2 id="gradleTasks">5.5.2 Working with Gradle Tasks</h2>
<h2 id="gradlePlugins">5.5.3 Grails plugins for Gradle</h2>

<div class='contribute-btn'>
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/grails/grails-doc/edit/4.0.x/src/en/guide/commandLine/gradleBuild/gradlePlugins.adoc"'>
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/grails/grails-doc/edit/master/src/en/guide/commandLine/gradleBuild/gradlePlugins.adoc"'>
<i class='fa fa-pencil-square-o'></i> Improve this doc
</button>
</div>
Expand Down
Loading

0 comments on commit ae217bf

Please sign in to comment.