Skip to content

Commit

Permalink
add rails4 version
Browse files Browse the repository at this point in the history
  • Loading branch information
dcrec1 committed Aug 27, 2015
1 parent 8312bfe commit 7348f57
Show file tree
Hide file tree
Showing 23 changed files with 123 additions and 583 deletions.
55 changes: 0 additions & 55 deletions Gemfile

This file was deleted.

12 changes: 2 additions & 10 deletions README.textile
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
Read the "Gemfile":blob/master/Gemfile to understand everything this template installs and pre-configures for you.

One of gems, "Johnson":http://rubygems.org/gems/johnson, still has some issues compiling under Ruby 1.9.2 so you will need to use Ruby 1.8.7 instead.

This template is heavily dependent on wget so, if you're using a Mac, you will need to install it first. The recommended way is to install "Homebrew":https://github.com/mxcl/homebrew first and then:

<pre><code>brew install wget</code></pre>

Since Github started forcing SSL in all its URLs, we need to download the template file separately:

<pre><code>wget --no-check-certificate https://github.com/dcrec1/rails3_template/raw/master/main.rb -O /tmp/rails3_template.rb</pre></code>
<pre><code>wget --no-check-certificate https://github.com/dcrec1/rails4_template/raw/master/rails4_template.rb -O /tmp/rails4_template.rb</pre></code>

Then whenever you want to create a new project, just do:

<pre><code>rails new app_name -T -m /tmp/rails3_template.rb</code></pre>
<pre><code>rails new app_name -T -m /tmp/rails4_template.rb</code></pre>

Change <tt>app_name</tt> for your project name. You can configure what you need and run <tt>rake db:migrate</tt> to get started.
33 changes: 0 additions & 33 deletions application.html.haml

This file was deleted.

11 changes: 0 additions & 11 deletions asset_packages.yml

This file was deleted.

6 changes: 0 additions & 6 deletions bootstrap.rake

This file was deleted.

1 change: 0 additions & 1 deletion build.rake

This file was deleted.

2 changes: 0 additions & 2 deletions build.sh

This file was deleted.

22 changes: 0 additions & 22 deletions devise_steps.rb

This file was deleted.

6 changes: 0 additions & 6 deletions evergreen.rb

This file was deleted.

2 changes: 0 additions & 2 deletions factory_girl.rb

This file was deleted.

33 changes: 0 additions & 33 deletions gitignore

This file was deleted.

Binary file removed grid.png
Binary file not shown.
3 changes: 0 additions & 3 deletions hoptoad.rb

This file was deleted.

19 changes: 0 additions & 19 deletions htaccess

This file was deleted.

49 changes: 0 additions & 49 deletions main.rb

This file was deleted.

Loading

0 comments on commit 7348f57

Please sign in to comment.