From f0dd77c6be6a86fe384bb0015151e0a497973d39 Mon Sep 17 00:00:00 2001 From: Yehuda Katz + Carl Lerche Date: Thu, 24 Sep 2009 14:01:31 -0700 Subject: Move railties/lib/* into railties/lib/* --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index f8c7d02ad6..ae8ebc4607 100644 --- a/.gitignore +++ b/.gitignore @@ -28,4 +28,6 @@ railties/guides/output *.swp *.swo actionpack/bin -*/vendor/gems +vendor/gems/ +*/vendor/gems/ +bin/ -- cgit v1.2.3 From 4129449594ad3d8ff2f8fb4836104f25406a104f Mon Sep 17 00:00:00 2001 From: Yehuda Katz + Carl Lerche Date: Fri, 25 Sep 2009 17:42:53 -0700 Subject: Start Rails::Application object --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index ae8ebc4607..4bb3890760 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ actionpack/bin vendor/gems/ */vendor/gems/ bin/ +railties/tmp \ No newline at end of file -- cgit v1.2.3 From f14ad4145622f45e9bf7433b5fdef4ce427efe4b Mon Sep 17 00:00:00 2001 From: Joshua Peek Date: Fri, 25 Sep 2009 20:41:40 -0500 Subject: Revert "Start Rails::Application object" This reverts commit 4129449594ad3d8ff2f8fb4836104f25406a104f. --- .gitignore | 1 - 1 file changed, 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 4bb3890760..ae8ebc4607 100644 --- a/.gitignore +++ b/.gitignore @@ -31,4 +31,3 @@ actionpack/bin vendor/gems/ */vendor/gems/ bin/ -railties/tmp \ No newline at end of file -- cgit v1.2.3 From accd9b4634f1a2f220bc3e38cf5c4add04186fe6 Mon Sep 17 00:00:00 2001 From: Joshua Peek Date: Fri, 25 Sep 2009 21:32:28 -0500 Subject: Restore "Start Rails::Application object This reverts commit f14ad4145622f45e9bf7433b5fdef4ce427efe4b. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index ae8ebc4607..1c94c4b0f8 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ actionpack/bin vendor/gems/ */vendor/gems/ bin/ +railties/tmp -- cgit v1.2.3